ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <kbd.h>
Public Attributes | |
PMODIFIERS | pCharModifiers |
PVK_TO_WCHAR_TABLE | pVkToWcharTable |
PDEADKEY | pDeadKey |
VSC_LPWSTR * | pKeyNames |
VSC_LPWSTR * | pKeyNamesExt |
LPWSTR * | pKeyNamesDead |
USHORT * | pusVSCtoVK |
BYTE | bMaxVSCtoVK |
PVSC_VK | pVSCtoVK_E0 |
PVSC_VK | pVSCtoVK_E1 |
DWORD | fLocaleFlags |
BYTE | nLgMaxd |
BYTE | cbLgEntry |
PLIGATURE1 | pLigature |
BYTE _KBDTABLES::bMaxVSCtoVK |
Definition at line 103 of file kbd.h.
Referenced by IntVkToVsc(), and testLayout().
DWORD _KBDTABLES::fLocaleFlags |
Definition at line 106 of file kbd.h.
Referenced by IntTranslateChar(), and UserSendKeyboardInput().
PMODIFIERS _KBDTABLES::pCharModifiers |
Definition at line 96 of file kbd.h.
Referenced by IntGetModBits(), IntTranslateChar(), and NtUserVkKeyScanEx().
PDEADKEY _KBDTABLES::pDeadKey |
Definition at line 98 of file kbd.h.
Referenced by IntToUnicodeEx().
VSC_LPWSTR* _KBDTABLES::pKeyNames |
Definition at line 99 of file kbd.h.
Referenced by NtUserGetKeyNameText().
VSC_LPWSTR* _KBDTABLES::pKeyNamesExt |
Definition at line 100 of file kbd.h.
Referenced by NtUserGetKeyNameText().
USHORT* _KBDTABLES::pusVSCtoVK |
Definition at line 102 of file kbd.h.
Referenced by IntVkToVsc(), IntVscToVk(), and testLayout().
PVK_TO_WCHAR_TABLE _KBDTABLES::pVkToWcharTable |
Definition at line 97 of file kbd.h.
Referenced by IntTranslateChar(), and NtUserVkKeyScanEx().
PVSC_VK _KBDTABLES::pVSCtoVK_E0 |
Definition at line 104 of file kbd.h.
Referenced by IntVkToVsc(), and IntVscToVk().
PVSC_VK _KBDTABLES::pVSCtoVK_E1 |
Definition at line 105 of file kbd.h.
Referenced by IntVkToVsc(), and IntVscToVk().