branch | CompilerCompatibility |
changeset 77 | c4d65d91ad0c |
parent 62 | 4a8fed1c0ef6 |
74:741dcdf88ba9 | 77:c4d65d91ad0c |
---|---|
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 { |