ReactOS 0.4.16-dev-13-ge2fc578
|
#include <win32k.h>
Go to the source code of this file.
Variables | |
BYTE | gafAsyncKeyState [256 *2/8] |
static BYTE | gafAsyncKeyStateRecentDown [256/8] |
static PKEYBOARD_INDICATOR_TRANSLATION | gpKeyboardIndicatorTrans = NULL |
static KEYBOARD_INDICATOR_PARAMETERS | gIndicators = {0, 0} |
KEYBOARD_ATTRIBUTES | gKeyboardInfo |
INT | gLanguageToggleKeyState = 0 |
DWORD | gdwLanguageToggleKey = 1 |
INT | gLayoutToggleKeyState = 0 |
DWORD | gdwLayoutToggleKey = 2 |
|
static |
Definition at line 689 of file keyboard.c.
Referenced by ProcessKeyEvent().
DBG_DEFAULT_CHANNEL | ( | UserKbd | ) |
Definition at line 33 of file keyboard.c.
Referenced by DriverEntry().
|
static |
Definition at line 852 of file keyboard.c.
Referenced by ProcessKeyEvent().
Definition at line 249 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), and ProcessKeyEvent().
|
static |
Definition at line 300 of file keyboard.c.
Referenced by IntTranslateChar().
Definition at line 798 of file keyboard.c.
Referenced by IntLanguageToggle().
NTSTATUS APIENTRY IntKeyboardGetIndicatorTrans | ( | HANDLE | hKeyboardDevice, |
PKEYBOARD_INDICATOR_TRANSLATION * | ppIndicatorTrans | ||
) |
Definition at line 52 of file keyboard.c.
Referenced by UserInitKeyboard().
|
static |
Definition at line 109 of file keyboard.c.
Referenced by ProcessKeyEvent().
|
static |
Definition at line 819 of file keyboard.c.
Referenced by IntCheckLanguageToggle().
|
static |
Definition at line 1393 of file keyboard.c.
Referenced by NtUserMapVirtualKeyEx().
Definition at line 221 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), and ProcessKeyEvent().
|
static |
Definition at line 434 of file keyboard.c.
Referenced by IntTranslateKbdMessage(), and NtUserToUnicodeEx().
|
static |
Definition at line 322 of file keyboard.c.
Referenced by IntToUnicodeEx(), and IntVkToChar().
Definition at line 1276 of file keyboard.c.
Referenced by DefWndDoSizeMove(), DefWndStartSizeMove(), MENU_TrackMenu(), and NtUserTranslateMessage().
Definition at line 274 of file keyboard.c.
Referenced by UserProcessKeyboardInput().
|
static |
Definition at line 607 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), and NtUserGetKeyNameText().
|
static |
Definition at line 527 of file keyboard.c.
Referenced by IntMapVirtualKeyEx().
|
static |
Definition at line 564 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), NtUserGetKeyNameText(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
Definition at line 634 of file keyboard.c.
Referenced by GetAsyncKeyState(), and START_TEST().
Definition at line 1584 of file keyboard.c.
Referenced by GetKeyNameTextA(), and GetKeyNameTextW().
Definition at line 1439 of file keyboard.c.
Referenced by MapVirtualKeyExW().
int APIENTRY NtUserToUnicodeEx | ( | UINT | wVirtKey, |
UINT | wScanCode, | ||
PBYTE | pKeyStateUnsafe, | ||
LPWSTR | pwszBuffUnsafe, | ||
INT | cchBuff, | ||
UINT | wFlags, | ||
HKL | dwhkl | ||
) |
Definition at line 1479 of file keyboard.c.
Definition at line 1709 of file keyboard.c.
Referenced by VkKeyScanExW(), and VkKeyScanW().
BOOL NTAPI ProcessKeyEvent | ( | WORD | wVk, |
WORD | wScanCode, | ||
DWORD | dwFlags, | ||
BOOL | bInjected, | ||
DWORD | dwTime, | ||
DWORD | dwExtraInfo | ||
) |
Definition at line 888 of file keyboard.c.
Referenced by UserSendKeyboardInput().
Definition at line 725 of file keyboard.c.
Referenced by ProcessKeyEvent().
Definition at line 668 of file keyboard.c.
Referenced by ProcessKeyEvent().
Definition at line 1684 of file keyboard.c.
Referenced by NtUserCallOneParam().
Definition at line 163 of file keyboard.c.
Referenced by RawInputThreadMain().
VOID NTAPI UserProcessKeyboardInput | ( | PKEYBOARD_INPUT_DATA | pKbdInputData | ) |
Definition at line 1191 of file keyboard.c.
Referenced by RawInputThreadMain().
BOOL NTAPI UserSendKeyboardInput | ( | KEYBDINPUT * | pKbdInput, |
BOOL | bInjected | ||
) |
Definition at line 1110 of file keyboard.c.
Referenced by NtUserSendInput(), and UserProcessKeyboardInput().
BYTE gafAsyncKeyState[256 *2/8] |
Definition at line 13 of file keyboard.c.
Referenced by co_CallLowLevelKeyboardHook(), co_UserProcessHotKeys(), InitKeyboardImpl(), IntCheckLanguageToggle(), IntDefWindowProc(), MsqInitializeMessageQueue(), NtUserGetAsyncKeyState(), ProcessKeyEvent(), UpdateAsyncKeyState(), UserAttachThreadInput(), UserGetMouseButtonsState(), UserInitKeyboard(), UserProcessKeyboardInput(), and UserSendMouseInput().
|
static |
Definition at line 14 of file keyboard.c.
Referenced by InitKeyboardImpl(), NtUserGetAsyncKeyState(), and UpdateAsyncKeyState().
DWORD gdwLanguageToggleKey = 1 |
Definition at line 19 of file keyboard.c.
Referenced by ProcessKeyEvent(), SpiGetSet(), and SpiUpdatePerUserSystemParameters().
DWORD gdwLayoutToggleKey = 2 |
Definition at line 21 of file keyboard.c.
Referenced by ProcessKeyEvent(), SpiGetSet(), and SpiUpdatePerUserSystemParameters().
|
static |
Definition at line 16 of file keyboard.c.
Referenced by IntKeyboardUpdateLeds(), and UserInitKeyboard().
KEYBOARD_ATTRIBUTES gKeyboardInfo |
Definition at line 17 of file keyboard.c.
Referenced by InitKeyboardImpl(), StartDebugHotKeys(), UserGetKeyboardType(), and UserInitKeyboard().
INT gLanguageToggleKeyState = 0 |
Definition at line 18 of file keyboard.c.
Referenced by ProcessKeyEvent().
INT gLayoutToggleKeyState = 0 |
Definition at line 20 of file keyboard.c.
Referenced by IntCheckLanguageToggle(), and ProcessKeyEvent().
|
static |
Definition at line 15 of file keyboard.c.
Referenced by IntKeyboardUpdateLeds(), and UserInitKeyboard().