kernel/eka/include/e32keys.h
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    99 	EModifierRotateBy180=0x00800000,	/**< Keyboard rotation through 180 degrees clockwise is in effect. */
    99 	EModifierRotateBy180=0x00800000,	/**< Keyboard rotation through 180 degrees clockwise is in effect. */
   100 	EModifierRotateBy270=0x01000000,	/**< Keyboard rotation through 270 degrees clockwise is in effect. */
   100 	EModifierRotateBy270=0x01000000,	/**< Keyboard rotation through 270 degrees clockwise is in effect. */
   101 	EModifierPointer3DButton1=0x02000000,/**< 3D pointer device specific modifier (button 1). */
   101 	EModifierPointer3DButton1=0x02000000,/**< 3D pointer device specific modifier (button 1). */
   102 	EModifierPointer3DButton2=0x04000000,/**< 3D pointer device specific modifier (button 2). */
   102 	EModifierPointer3DButton2=0x04000000,/**< 3D pointer device specific modifier (button 2). */
   103 	EModifierPointer3DButton3=0x08000000,/**< 3D pointer device specific modifier (button 3). */
   103 	EModifierPointer3DButton3=0x08000000,/**< 3D pointer device specific modifier (button 3). */
   104 	EModifierAdvancedPointerEvent=0x10000000, /**< TPointerEvent is a TAdvancedPointerEvent.*/
   104 	EModifierAdvancedPointerEvent=0x10000000, /**< TPointerEvent is a TAdvancedPointerEvent.*/	
   105 	EAllModifiers=0x1fffffff            /**< A combination of all event modifiers.*/
   105 	EModifierLongKey = 0x20000000,		/**< Long key press event */
       
   106 	EModifierExternalKey = 0x40000000,	/**< Accessory key event.*/
       
   107 	EAllModifiers=0xffffffff            /**< A combination of all event modifiers.*/	
   106 	};
   108 	};
   107 
   109 
   108 
   110 
   109 
   111 
   110 
   112