kernel/eka/include/e32twin.h
branchRCL_3
changeset 62 4a8fed1c0ef6
parent 0 a41df078684a
equal deleted inserted replaced
52:2d65c2f76d7b 62:4a8fed1c0ef6
    54 	{
    54 	{
    55  	TKeyCode iCode;
    55  	TKeyCode iCode;
    56 	TUint iModifiers;
    56 	TUint iModifiers;
    57     TPoint iMousePos;
    57     TPoint iMousePos;
    58     TInt iType;
    58     TInt iType;
       
    59     TUint8 iPointerNumber;
    59 	};
    60 	};
    60 
    61 
    61 /** @internalTechnology */
    62 /** @internalTechnology */
    62 class TConsoleKey : public TPckgBuf<SConsoleKey>
    63 class TConsoleKey : public TPckgBuf<SConsoleKey>
    63 	{
    64 	{
    64 public:
    65 public:
    65 	IMPORT_C TKeyCode Code() const;
    66 	IMPORT_C TKeyCode Code() const;
    66 	IMPORT_C TInt Modifiers() const;
    67 	IMPORT_C TInt Modifiers() const;
    67     IMPORT_C TInt Type() const;
    68     IMPORT_C TInt Type() const;
    68     IMPORT_C TPoint MousePos() const;
    69     IMPORT_C TPoint MousePos() const;
       
    70     IMPORT_C TUint8 PointerNumber() const;
    69 	};
    71 	};
    70 
    72 
    71 /** @internalTechnology */
    73 /** @internalTechnology */
    72 class RConsole : public RSessionBase
    74 class RConsole : public RSessionBase
    73 	{
    75 	{