#include <stdarg.h>
#include <windef.h>
#include <winuser.h>
#include <ndk/kbd.h>
Go to the source code of this file.
◆ KMEXT
◆ KNUMS
◆ ROSDATA
◆ VK_EMPTY
#define VK_EMPTY 0xff /* The non-existent VK */ |
◆ vk_master
◆ WIN32_NO_STATUS
◆ KbdLayerDescriptor()
Definition at line 389 of file kbdhu.c.
389 {
391}
ROSDATA KBDTABLES keyboard_layout_table
◆ extcode0_to_vk
◆ extcode1_to_vk
Initial value:
Definition at line 146 of file kbdhu.c.
◆ extended_key_names
Initial value:= {
{ 0x56,
L"Left Windows" },
{ 0x5b,
L"Right Windows" },
}
Definition at line 333 of file kbdhu.c.
◆ key_names
◆ key_to_chars_2mod
ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[] |
Initial value:= {
{ '0', 0, {'0', 0xa7} },
{ 0, 0 }
}
Definition at line 164 of file kbdhu.c.
◆ key_to_chars_3mod
ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[] |
◆ key_to_chars_4mod
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] |
Initial value:= {
{
'6', 0, {
'6',
'/',
WCH_NONE, 0x1e } },
{ VK_OEM_MINUS, 0, {
'-',
'_',
WCH_NONE, 0x1f } },
{ 0, 0 }
}
Definition at line 242 of file kbdhu.c.
◆ keyboard_layout_table
Initial value:= {
0,
0,
}
ROSDATA VSC_LPWSTR extended_key_names[]
ROSDATA USHORT scancode_to_vk[]
ROSDATA MODIFIERS modifier_bits
ROSDATA VSC_LPWSTR key_names[]
ROSDATA VSC_VK extcode0_to_vk[]
ROSDATA VK_TO_WCHAR_TABLE vk_to_wchar_master_table[]
ROSDATA VSC_VK extcode1_to_vk[]
Definition at line 360 of file kbdhu.c.
Referenced by KbdLayerDescriptor().
◆ keypad_numbers
ROSDATA VK_TO_WCHARS1 keypad_numbers[] |
Initial value:
Definition at line 251 of file kbdhu.c.
◆ modifier_bits
Initial value:= {
6,
}
ROSDATA VK_TO_BIT modifier_keys[]
Definition at line 158 of file kbdhu.c.
◆ modifier_keys
Initial value:
Definition at line 151 of file kbdhu.c.
◆ scancode_to_vk
◆ vk_to_wchar_master_table
Initial value:= {
{ 0,0,0 }
}
ROSDATA VK_TO_WCHARS1 keypad_numbers[]
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[]
ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[]
ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[]
Definition at line 269 of file kbdhu.c.