ReactOS 0.4.15-dev-6069-g56a4501
|
#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 = 0 |
|
static |
Definition at line 687 of file keyboard.c.
Referenced by ProcessKeyEvent().
DBG_DEFAULT_CHANNEL | ( | UserKbd | ) |
Definition at line 31 of file keyboard.c.
Referenced by DriverEntry().
Definition at line 247 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), and ProcessKeyEvent().
|
static |
Definition at line 298 of file keyboard.c.
Referenced by IntTranslateChar().
NTSTATUS APIENTRY IntKeyboardGetIndicatorTrans | ( | HANDLE | hKeyboardDevice, |
PKEYBOARD_INDICATOR_TRANSLATION * | ppIndicatorTrans | ||
) |
Definition at line 50 of file keyboard.c.
Referenced by UserInitKeyboard().
|
static |
Definition at line 107 of file keyboard.c.
Referenced by ProcessKeyEvent().
|
static |
Definition at line 1269 of file keyboard.c.
Referenced by NtUserMapVirtualKeyEx().
Definition at line 219 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), and ProcessKeyEvent().
|
static |
Definition at line 432 of file keyboard.c.
Referenced by IntTranslateKbdMessage(), and NtUserToUnicodeEx().
|
static |
Definition at line 320 of file keyboard.c.
Referenced by IntToUnicodeEx(), and IntVkToChar().
Definition at line 1152 of file keyboard.c.
Referenced by DefWndDoSizeMove(), DefWndStartSizeMove(), MENU_TrackMenu(), and NtUserTranslateMessage().
Definition at line 272 of file keyboard.c.
Referenced by UserProcessKeyboardInput().
|
static |
Definition at line 605 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), and NtUserGetKeyNameText().
|
static |
Definition at line 525 of file keyboard.c.
Referenced by IntMapVirtualKeyEx().
|
static |
Definition at line 562 of file keyboard.c.
Referenced by IntMapVirtualKeyEx(), NtUserGetKeyNameText(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
Definition at line 632 of file keyboard.c.
Referenced by GetAsyncKeyState(), and START_TEST().
Definition at line 1460 of file keyboard.c.
Referenced by GetKeyNameTextA(), and GetKeyNameTextW().
Definition at line 1315 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 1355 of file keyboard.c.
Definition at line 1585 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 800 of file keyboard.c.
Referenced by UserSendKeyboardInput().
Definition at line 723 of file keyboard.c.
Referenced by ProcessKeyEvent().
Definition at line 666 of file keyboard.c.
Referenced by ProcessKeyEvent().
Definition at line 1560 of file keyboard.c.
Referenced by NtUserCallOneParam().
Definition at line 161 of file keyboard.c.
Referenced by RawInputThreadMain().
VOID NTAPI UserProcessKeyboardInput | ( | PKEYBOARD_INPUT_DATA | pKbdInputData | ) |
Definition at line 1067 of file keyboard.c.
Referenced by RawInputThreadMain().
BOOL NTAPI UserSendKeyboardInput | ( | KEYBDINPUT * | pKbdInput, |
BOOL | bInjected | ||
) |
Definition at line 986 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_IntProcessKeyboardMessage(), co_UserProcessHotKeys(), InitKeyboardImpl(), 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 = 0 |
Definition at line 19 of file keyboard.c.
Referenced by co_IntProcessKeyboardMessage(), 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 co_IntProcessKeyboardMessage().
|
static |
Definition at line 15 of file keyboard.c.
Referenced by IntKeyboardUpdateLeds(), and UserInitKeyboard().