|
ReactOS 0.4.16-dev-2104-gb84fa49
|

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 318 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 351 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 406 of file input.c.
Referenced by IntLoadKeyboardLayout(), UnloadKeyboardLayout(), and UpdatePerUserSystemParameters().
| BOOL WINAPI CliImmSetHotKey | ( | _In_ DWORD | dwID, |
| _In_ UINT | uModifiers, | ||
| _In_ UINT | uVirtualKey, | ||
| _In_opt_ _When_((dwAction==SETIMEHOTKEY_ADD) &&!(IME_HOTKEY_DSWITCH_FIRST<=dwHotKeyId &&dwHotKeyId<=IME_HOTKEY_DSWITCH_LAST), _Null_) HKL | hKL | ||
| ) |
@implemented
Definition at line 263 of file input.c.
| BOOL APIENTRY CliImmSetHotKeyWorker | ( | DWORD | dwHotKeyId, |
| UINT | uModifiers, | ||
| UINT | uVirtualKey, | ||
| HKL | hKL, | ||
| DWORD | dwAction | ||
| ) |
Definition at line 110 of file input.c.
Referenced by CliImmSetHotKey(), CliSetDefaultImeHotKeys(), and CliSetSingleHotKey().
Definition at line 96 of file input.c.
Referenced by CliSetSingleHotKey().
| BOOL APIENTRY CliSaveImeHotKey | ( | DWORD | dwID, |
| UINT | uModifiers, | ||
| UINT | uVirtualKey, | ||
| HKL | hKL, | ||
| BOOL | bDelete | ||
| ) |
Definition at line 207 of file input.c.
Referenced by CliImmSetHotKey(), and CliSaveImeHotKey().
| VOID APIENTRY CliSetDefaultImeHotKeys | ( | PIMEHOTKEYENTRY | pEntries, |
| UINT | nCount, | ||
| BOOL | bCheck | ||
| ) |
Definition at line 387 of file input.c.
Referenced by CliImmInitializeHotKeys().
Definition at line 293 of file input.c.
Referenced by CliGetImeHotKeysFromRegistry().
Definition at line 462 of file input.c.
| SHORT WINAPI DECLSPEC_HOTPATCH GetAsyncKeyState | ( | int | vKey | ) |
Definition at line 632 of file input.c.
Definition at line 565 of file input.c.
| SHORT WINAPI DECLSPEC_HOTPATCH GetKeyState | ( | int | nVirtKey | ) |
| BOOL WINAPI GetLastInputInfo | ( | PLASTINPUTINFO | plii | ) |
Definition at line 693 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 709 of file input.c.
Referenced by LoadKeyboardLayoutEx(), and LoadKeyboardLayoutW().
Definition at line 145 of file input.c.
Referenced by UpdatePerUserSystemParameters().
Definition at line 69 of file input.c.
Referenced by CliGetPreloadKeyboardLayouts(), and CliImmInitializeHotKeys().
Definition at line 688 of file input.c.
Referenced by IntLoadKeyboardLayout().
Definition at line 1080 of file input.c.
Definition at line 837 of file input.c.
Definition at line 826 of file input.c.
Referenced by IntLoadPreloadKeyboardLayouts(), LoadKeyboardLayoutA(), and LoadKeyboardLayoutEx().
Definition at line 885 of file input.c.
Referenced by MapVirtualKeyExA(), and MapVirtualKeyW().
Definition at line 908 of file input.c.
Definition at line 930 of file input.c.
| int WINAPI ToAsciiEx | ( | UINT | uVirtKey, |
| UINT | uScanCode, | ||
| CONST BYTE * | lpKeyState, | ||
| LPWORD | lpChar, | ||
| UINT | uFlags, | ||
| HKL | dwhkl | ||
| ) |
Definition at line 969 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 1058 of file input.c.
Referenced by VkKeyScanExA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
| IMEHOTKEYENTRY DefaultHotKeyTableC[] |
| IMEHOTKEYENTRY DefaultHotKeyTableJ[] |
| IMEHOTKEYENTRY DefaultHotKeyTableT[] |