equal
deleted
inserted
replaced
129 /** |
129 /** |
130 * Checks if key code is in blocked. |
130 * Checks if key code is in blocked. |
131 * @param key code to be checked. |
131 * @param key code to be checked. |
132 * @return ETrue if blocked. |
132 * @return ETrue if blocked. |
133 */ |
133 */ |
134 static TBool IsBlockedKeyCode( TBool aSupportQuerty , TInt aScanCode ); |
134 static TBool IsBlockedKeyCode( TInt aScanCode ); |
135 |
135 |
136 /** |
136 /** |
137 * Checks if key code is non-blocked. |
137 * Checks if key code is non-blocked. |
138 * @param key code to be checked. |
138 * @param key code to be checked. |
139 * @return ETrue if non-blocked. |
139 * @return ETrue if non-blocked. |
199 CAknPendingKeyEvent* iPendingEvent; |
199 CAknPendingKeyEvent* iPendingEvent; |
200 |
200 |
201 // Extension for window group information. |
201 // Extension for window group information. |
202 MAnimGeneralFunctionsWindowExtension* iExt; |
202 MAnimGeneralFunctionsWindowExtension* iExt; |
203 |
203 |
204 //support querty keypad |
|
205 TBool iSupportQuertyKey; |
|
206 |
|
207 // Pointer event handling ongoing, block key events |
204 // Pointer event handling ongoing, block key events |
208 TBool iBlockKeyEvents; |
205 TBool iBlockKeyEvents; |
209 |
206 |
210 // Key event handling ongoing, block pointer events |
207 // Key event handling ongoing, block pointer events |
211 TBool iBlockPointerEvents; |
208 TBool iBlockPointerEvents; |