--- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkbkeyctrl.cpp Tue Apr 27 16:59:43 2010 +0300
+++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkbkeyctrl.cpp Tue May 11 16:31:42 2010 +0300
@@ -22,6 +22,7 @@
#include <eikenv.h>
#include <AknsConstants.h>
#include <AknUtils.h>
+#include <featmgr.h>
#include "peninputlayoutvirtualkeyctrl.h"
#include "peninputlayoutvkb.h"
@@ -102,6 +103,12 @@
void CVirtualKeyCtrl::ConstructL()
{
BaseConstructL();
+
+ //tap accuracy enhancement
+ if( FeatureManager::FeatureSupported( KFeatureIdFfCapacitiveDisplay ))
+ {
+ EnableExtResponseArea( ETrue, TRect(TPoint(10,10),TSize(10,10)) );
+ }
}
// ---------------------------------------------------------------------------