ReactOS 0.4.15-dev-6679-g945ee4b
|
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 337 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 370 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 425 of file input.c.
Referenced by IntLoadKeyboardLayout(), UnloadKeyboardLayout(), and UpdatePerUserSystemParameters().
Definition at line 288 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 406 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 312 of file input.c.
Referenced by CliGetImeHotKeysFromRegistry().
Definition at line 481 of file input.c.
SHORT WINAPI DECLSPEC_HOTPATCH GetAsyncKeyState | ( | int | vKey | ) |
Definition at line 651 of file input.c.
Definition at line 584 of file input.c.
SHORT WINAPI DECLSPEC_HOTPATCH GetKeyState | ( | int | nVirtKey | ) |
BOOL WINAPI GetLastInputInfo | ( | PLASTINPUTINFO | plii | ) |
Definition at line 712 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 728 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 707 of file input.c.
Referenced by IntLoadKeyboardLayout().
Definition at line 1099 of file input.c.
Definition at line 856 of file input.c.
Definition at line 845 of file input.c.
Referenced by IntLoadPreloadKeyboardLayouts(), and LoadKeyboardLayoutA().
Definition at line 904 of file input.c.
Referenced by MapVirtualKeyExA(), and MapVirtualKeyW().
Definition at line 927 of file input.c.
Definition at line 949 of file input.c.
int WINAPI ToAsciiEx | ( | UINT | uVirtKey, |
UINT | uScanCode, | ||
CONST BYTE * | lpKeyState, | ||
LPWORD | lpChar, | ||
UINT | uFlags, | ||
HKL | dwhkl | ||
) |
Definition at line 988 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 1077 of file input.c.
Referenced by VkKeyScanExA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
IMEHOTKEYENTRY DefaultHotKeyTableC[] |
IMEHOTKEYENTRY DefaultHotKeyTableJ[] |
IMEHOTKEYENTRY DefaultHotKeyTableT[] |