diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-6A6D5DC5-3B5C-5A26-8D7F-C280AA4D5F18.dita --- a/Symbian3/PDK/Source/GUID-6A6D5DC5-3B5C-5A26-8D7F-C280AA4D5F18.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-6A6D5DC5-3B5C-5A26-8D7F-C280AA4D5F18.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,49 +1,49 @@ - - - - - -Key -CodesContains a list of the key code types and a brief description. -

The e32keys.h header file defines enumerations for -keyboard input values:

- - - - -

Type

-

Description

-
- -

Logical key codes: TKeyCode

-

A TKeyCode keycode value is a logical representation -of the pressed key.

The following logical keycodes are designated -for use by device manufacturers and/or UI suppliers. These keycodes are not -used by the generic Symbian platform.

    -
  • EKeyDevice0 to EKeyDeviceF inclusive.

  • -
  • EKeyDevice10 to EKeyDevice1F inclusive

  • -
  • EKeyApplication0 to EKeyApplicationF inclusive

  • -
  • EKeyApplication10 to EKeyApplication1F inclusive

  • -
-
- -

Key modifier flags: TEventModifier

-

TEventModifier defines modifier flags, such -as shift and control keys flags, for key and pointer events.

-
- -

Hardware key scancodes: TStdScanCode

-

The code of the pressed hardware key is stored by a TStdScanCode value.

-
- - -
-

These enumerations are used by the Window Server to encapsulate keyboard -events in the TKeyEvent class.

+ + + + + +Key +CodesContains a list of the key code types and a brief description. +

The e32keys.h header file defines enumerations for +keyboard input values:

+ + + + +

Type

+

Description

+
+ +

Logical key codes: TKeyCode

+

A TKeyCode keycode value is a logical representation +of the pressed key.

The following logical keycodes are designated +for use by device manufacturers and/or UI suppliers. These keycodes are not +used by the generic Symbian platform.

    +
  • EKeyDevice0 to EKeyDeviceF inclusive.

  • +
  • EKeyDevice10 to EKeyDevice1F inclusive

  • +
  • EKeyApplication0 to EKeyApplicationF inclusive

  • +
  • EKeyApplication10 to EKeyApplication1F inclusive

  • +
+
+ +

Key modifier flags: TEventModifier

+

TEventModifier defines modifier flags, such +as shift and control keys flags, for key and pointer events.

+
+ +

Hardware key scancodes: TStdScanCode

+

The code of the pressed hardware key is stored by a TStdScanCode value.

+
+ + +
+

These enumerations are used by the Window Server to encapsulate keyboard +events in the TKeyEvent class.

\ No newline at end of file