kernel/eka/include/e32twin.h
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
--- a/kernel/eka/include/e32twin.h	Mon Mar 08 11:57:08 2010 +0000
+++ b/kernel/eka/include/e32twin.h	Sun Mar 14 13:15:32 2010 +0000
@@ -56,6 +56,7 @@
 	TUint iModifiers;
     TPoint iMousePos;
     TInt iType;
+    TUint8 iPointerNumber;
 	};
 
 /** @internalTechnology */
@@ -66,6 +67,7 @@
 	IMPORT_C TInt Modifiers() const;
     IMPORT_C TInt Type() const;
     IMPORT_C TPoint MousePos() const;
+    IMPORT_C TUint8 PointerNumber() const;
 	};
 
 /** @internalTechnology */