kernel/eka/ewsrv/co_utl.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
    42 	{
    42 	{
    43 
    43 
    44 	return((*((TConsoleKey *)this))().iModifiers);
    44 	return((*((TConsoleKey *)this))().iModifiers);
    45 	}
    45 	}
    46 
    46 
       
    47 EXPORT_C TUint8 TConsoleKey::PointerNumber() const
       
    48 //
       
    49 // Return the pointer number
       
    50 //
       
    51 	{
       
    52 	return((*((TConsoleKey *)this))().iPointerNumber);
       
    53 	}
       
    54 
    47 EXPORT_C TInt TConsoleKey::Type() const
    55 EXPORT_C TInt TConsoleKey::Type() const
    48 //
    56 //
    49 // Return the key type
    57 // Return the key type
    50 //
    58 //
    51 	{
    59 	{