ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Classes | |
struct | tagIMEHOTKEYENTRY |
Macros | |
#define | FE_JAPANESE (1 << 0) |
#define | FE_CHINESE_TRADITIONAL (1 << 1) |
#define | FE_CHINESE_SIMPLIFIED (1 << 2) |
#define | FE_KOREAN (1 << 3) |
#define | MOD_ALL_MODS (MOD_ALT | MOD_CONTROL | MOD_SHIFT | MOD_WIN) |
#define | ENGLISH_US MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US) |
Typedefs | |
typedef struct tagIMEHOTKEYENTRY | IMEHOTKEYENTRY |
typedef struct tagIMEHOTKEYENTRY * | PIMEHOTKEYENTRY |
Variables | |
IMEHOTKEYENTRY | DefaultHotKeyTableJ [] |
IMEHOTKEYENTRY | DefaultHotKeyTableT [] |
IMEHOTKEYENTRY | DefaultHotKeyTableC [] |
#define ENGLISH_US MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US) |
#define MOD_ALL_MODS (MOD_ALT | MOD_CONTROL | MOD_SHIFT | MOD_WIN) |
typedef struct tagIMEHOTKEYENTRY IMEHOTKEYENTRY |
typedef struct tagIMEHOTKEYENTRY * PIMEHOTKEYENTRY |
Definition at line 314 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 347 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 402 of file input.c.
Referenced by IntLoadKeyboardLayout(), UnloadKeyboardLayout(), and UpdatePerUserSystemParameters().
Definition at line 265 of file input.c.
BOOL APIENTRY CliImmSetHotKeyWorker | ( | DWORD | dwHotKeyId, |
UINT | uModifiers, | ||
UINT | uVirtualKey, | ||
HKL | hKL, | ||
DWORD | dwAction | ||
) |
Definition at line 111 of file input.c.
Referenced by CliImmSetHotKey(), CliSetDefaultImeHotKeys(), and CliSetSingleHotKey().
Definition at line 97 of file input.c.
Referenced by CliSetSingleHotKey().
BOOL APIENTRY CliSaveImeHotKey | ( | DWORD | dwID, |
UINT | uModifiers, | ||
UINT | uVirtualKey, | ||
HKL | hKL, | ||
BOOL | bDelete | ||
) |
Definition at line 210 of file input.c.
Referenced by CliImmSetHotKey(), and CliSaveImeHotKey().
VOID APIENTRY CliSetDefaultImeHotKeys | ( | PIMEHOTKEYENTRY | pEntries, |
UINT | nCount, | ||
BOOL | bCheck | ||
) |
Definition at line 383 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 289 of file input.c.
Referenced by CliGetImeHotKeysFromRegistry().
Definition at line 458 of file input.c.
SHORT WINAPI DECLSPEC_HOTPATCH GetAsyncKeyState | ( | int | vKey | ) |
Definition at line 628 of file input.c.
Definition at line 561 of file input.c.
SHORT WINAPI DECLSPEC_HOTPATCH GetKeyState | ( | int | nVirtKey | ) |
BOOL WINAPI GetLastInputInfo | ( | PLASTINPUTINFO | plii | ) |
Definition at line 689 of file input.c.
Referenced by IntLoadKeyboardLayout().
HKL APIENTRY IntLoadKeyboardLayout | ( | _In_ HKL | hklUnload, |
_In_z_ LPCWSTR | pwszKLID, | ||
_In_ LANGID | wLangID, | ||
_In_ UINT | Flags, | ||
_In_ BOOL | unknown5 | ||
) |
Definition at line 705 of file input.c.
Referenced by LoadKeyboardLayoutEx(), and LoadKeyboardLayoutW().
Definition at line 148 of file input.c.
Referenced by UpdatePerUserSystemParameters().
Definition at line 70 of file input.c.
Referenced by CliGetPreloadKeyboardLayouts(), and CliImmInitializeHotKeys().
Definition at line 684 of file input.c.
Referenced by IntLoadKeyboardLayout().
Definition at line 1076 of file input.c.
Definition at line 833 of file input.c.
Definition at line 822 of file input.c.
Referenced by IntLoadPreloadKeyboardLayouts(), and LoadKeyboardLayoutA().
Definition at line 881 of file input.c.
Referenced by MapVirtualKeyExA(), and MapVirtualKeyW().
Definition at line 904 of file input.c.
Definition at line 926 of file input.c.
int WINAPI ToAsciiEx | ( | UINT | uVirtKey, |
UINT | uScanCode, | ||
CONST BYTE * | lpKeyState, | ||
LPWORD | lpChar, | ||
UINT | uFlags, | ||
HKL | dwhkl | ||
) |
Definition at line 965 of file input.c.
int WINAPI ToUnicode | ( | UINT | wVirtKey, |
UINT | wScanCode, | ||
CONST BYTE * | lpKeyState, | ||
LPWSTR | pwszBuff, | ||
int | cchBuff, | ||
UINT | wFlags | ||
) |
int WINAPI ToUnicodeEx | ( | UINT | wVirtKey, |
UINT | wScanCode, | ||
CONST BYTE * | lpKeyState, | ||
LPWSTR | pwszBuff, | ||
int | cchBuff, | ||
UINT | wFlags, | ||
HKL | dwhkl | ||
) |
Definition at line 1054 of file input.c.
Referenced by VkKeyScanExA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
IMEHOTKEYENTRY DefaultHotKeyTableC[] |
IMEHOTKEYENTRY DefaultHotKeyTableJ[] |
IMEHOTKEYENTRY DefaultHotKeyTableT[] |