Go to the source code of this file.
|
| enum | TSpecialKey {
KeyNone = 0x00
, KeySpace = 0x100
, KeyEscape
, KeyBackspace
,
KeyTabulator
, KeyReturn
, KeyInsert
, KeyHome
,
KeyPageUp
, KeyDelete
, KeyEnd
, KeyPageDown
,
KeyUp
, KeyDown
, KeyLeft
, KeyRight
,
KeyF1
, KeyF2
, KeyF3
, KeyF4
,
KeyF5
, KeyF6
, KeyF7
, KeyF8
,
KeyF9
, KeyF10
, KeyF11
, KeyF12
,
KeyApplication
, KeyCapsLock
, KeyPrintScreen
, KeyScrollLock
,
KeyPause
, KeyNumLock
, KeyKP_Divide
, KeyKP_Multiply
,
KeyKP_Subtract
, KeyKP_Add
, KeyKP_Enter
, KeyKP_1
,
KeyKP_2
, KeyKP_3
, KeyKP_4
, KeyKP_5
,
KeyKP_6
, KeyKP_7
, KeyKP_8
, KeyKP_9
,
KeyKP_0
, KeyKP_Center
, KeyKP_Comma
, KeyKP_Period
,
KeyMaxCode
} |
| |
| enum | TSpecialAction {
ActionSwitchCapsLock = KeyMaxCode
, ActionSwitchNumLock
, ActionSwitchScrollLock
, ActionSelectConsole1
,
ActionSelectConsole2
, ActionSelectConsole3
, ActionSelectConsole4
, ActionSelectConsole5
,
ActionSelectConsole6
, ActionSelectConsole7
, ActionSelectConsole8
, ActionSelectConsole9
,
ActionSelectConsole10
, ActionSelectConsole11
, ActionSelectConsole12
, ActionShutdown
,
ActionNone
} |
| |
◆ K_ALTSHIFTTAB
◆ K_ALTTAB
◆ K_NORMTAB
◆ K_SHIFTTAB
◆ PHY_MAX_CODE
◆ TKeyMap
◆ TSpecialAction
| Enumerator |
|---|
| ActionSwitchCapsLock | |
| ActionSwitchNumLock | |
| ActionSwitchScrollLock | |
| ActionSelectConsole1 | |
| ActionSelectConsole2 | |
| ActionSelectConsole3 | |
| ActionSelectConsole4 | |
| ActionSelectConsole5 | |
| ActionSelectConsole6 | |
| ActionSelectConsole7 | |
| ActionSelectConsole8 | |
| ActionSelectConsole9 | |
| ActionSelectConsole10 | |
| ActionSelectConsole11 | |
| ActionSelectConsole12 | |
| ActionShutdown | |
| ActionNone | |
◆ TSpecialKey
| Enumerator |
|---|
| KeyNone | |
| KeySpace | |
| KeyEscape | |
| KeyBackspace | |
| KeyTabulator | |
| KeyReturn | |
| KeyInsert | |
| KeyHome | |
| KeyPageUp | |
| KeyDelete | |
| KeyEnd | |
| KeyPageDown | |
| KeyUp | |
| KeyDown | |
| KeyLeft | |
| KeyRight | |
| KeyF1 | |
| KeyF2 | |
| KeyF3 | |
| KeyF4 | |
| KeyF5 | |
| KeyF6 | |
| KeyF7 | |
| KeyF8 | |
| KeyF9 | |
| KeyF10 | |
| KeyF11 | |
| KeyF12 | |
| KeyApplication | |
| KeyCapsLock | |
| KeyPrintScreen | |
| KeyScrollLock | |
| KeyPause | |
| KeyNumLock | |
| KeyKP_Divide | |
| KeyKP_Multiply | |
| KeyKP_Subtract | |
| KeyKP_Add | |
| KeyKP_Enter | |
| KeyKP_1 | |
| KeyKP_2 | |
| KeyKP_3 | |
| KeyKP_4 | |
| KeyKP_5 | |
| KeyKP_6 | |
| KeyKP_7 | |
| KeyKP_8 | |
| KeyKP_9 | |
| KeyKP_0 | |
| KeyKP_Center | |
| KeyKP_Comma | |
| KeyKP_Period | |
| KeyMaxCode | |
◆ _KeyMap()
◆ KeyMap()
◆ KeyMapClearTable()
◆ KeyMapGetLEDStatus()
◆ KeyMapGetString()
| const char * KeyMapGetString |
( |
TKeyMap * |
pThis, |
|
|
u16 |
nKeyCode, |
|
|
u8 |
nModifiers, |
|
|
char |
Buffer[2] |
|
) |
| |
◆ KeyMapSetEntry()
◆ KeyMapTranslate()