epoc32/include/e32keys.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2009 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 "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     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.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    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 	EAllModifiers=0x0fffffff            /**< A combination of all event modifiers.*/
   104 	EModifierAdvancedPointerEvent=0x10000000, /**< TPointerEvent is a TAdvancedPointerEvent.*/
       
   105 	EAllModifiers=0x1fffffff            /**< A combination of all event modifiers.*/
   105 	};
   106 	};
   106 
   107 
   107 
   108 
   108 
   109 
   109 
   110 
   515 	EKeyApplication26,                   /**< Code for an Application launcher key.*/
   516 	EKeyApplication26,                   /**< Code for an Application launcher key.*/
   516 	EKeyApplication27                    /**< Code for an Application launcher key.*/
   517 	EKeyApplication27                    /**< Code for an Application launcher key.*/
   517 	};
   518 	};
   518 
   519 
   519 #endif
   520 #endif
       
   521