kernel/eka/include/e32twin.h
branchRCL_3
changeset 62 4a8fed1c0ef6
parent 0 a41df078684a
--- a/kernel/eka/include/e32twin.h	Tue Feb 02 01:24:03 2010 +0200
+++ b/kernel/eka/include/e32twin.h	Sat Feb 20 00:10:51 2010 +0200
@@ -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 */