equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef S60LCDUIINTERNALCRKEYS_H |
|
20 #define S60LCDUIINTERNALCRKEYS_H |
|
21 |
|
22 |
|
23 |
|
24 // S60 LCDUI Plugin internal keys |
|
25 |
|
26 const TUid KCRUidMidpLcdui = {0x102072C2}; |
|
27 |
|
28 const TUint32 KUseCustomGameActionScanCodes = 0x00000001; |
|
29 const TUint32 KScanCodeUp = 0x00000002; |
|
30 const TUint32 KScanCodeDown = 0x00000003; |
|
31 const TUint32 KScanCodeLeft = 0x00000004; |
|
32 const TUint32 KScanCodeRight = 0x00000005; |
|
33 const TUint32 KScanCodeFire = 0x00000006; |
|
34 const TUint32 KScanCodeGameA = 0x00000007; |
|
35 const TUint32 KScanCodeGameB = 0x00000008; |
|
36 const TUint32 KScanCodeGameC = 0x00000009; |
|
37 const TUint32 KScanCodeGameD = 0x0000000A; |
|
38 const TUint32 KShowCanvasNetIndicatorInOperatorDomain = 0x00000100; |
|
39 const TUint32 KAdditionalSelectKeyMapping = 0x00000200; |
|
40 |
|
41 |
|
42 #endif // S60LCDUIINTERNALCRKEYS_H |