ReactOS 0.4.16-dev-833-g4bc97ad
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (UserInput) | |
static DWORD FASTCALL | IntLastInputTick (BOOL bUpdate) |
VOID FASTCALL | DoTheScreenSaver (VOID) |
static NTSTATUS NTAPI | OpenInputDevice (PHANDLE pHandle, PFILE_OBJECT *ppObject, CONST WCHAR *pszDeviceName) |
VOID NTAPI | RawInputThreadMain (VOID) |
NTSTATUS NTAPI | InitInputImpl (VOID) |
BOOL FASTCALL | IntBlockInput (PTHREADINFO pti, BOOL BlockIt) |
BOOL APIENTRY | NtUserBlockInput (BOOL BlockIt) |
BOOL FASTCALL | IsRemoveAttachThread (PTHREADINFO pti) |
NTSTATUS FASTCALL | UserAttachThreadInput (PTHREADINFO ptiFrom, PTHREADINFO ptiTo, BOOL fAttach) |
BOOL APIENTRY | NtUserAttachThreadInput (IN DWORD idAttach, IN DWORD idAttachTo, IN BOOL fAttach) |
UINT APIENTRY | NtUserSendInput (UINT nInputs, LPINPUT pInput, INT cbSize) |
Variables | |
PTHREADINFO | ptiRawInput |
PKTIMER | MasterTimer = NULL |
PATTACHINFO | gpai = NULL |
INT | paiCount = 0 |
HANDLE | ghKeyboardDevice = NULL |
static DWORD | LastInputTick = 0 |
static HANDLE | ghMouseDevice |
DBG_DEFAULT_CHANNEL | ( | UserInput | ) |
Definition at line 48 of file input.c.
Referenced by HungAppSysTimerProc().
Definition at line 360 of file input.c.
Referenced by DriverEntry().
BOOL FASTCALL IntBlockInput | ( | PTHREADINFO | pti, |
BOOL | BlockIt | ||
) |
Definition at line 375 of file input.c.
Referenced by ExitThreadCallback(), and NtUserBlockInput().
Definition at line 32 of file input.c.
Referenced by RawInputThreadMain().
BOOL FASTCALL IsRemoveAttachThread | ( | PTHREADINFO | pti | ) |
Definition at line 437 of file input.c.
Referenced by ExitThreadCallback().
Definition at line 665 of file input.c.
Definition at line 419 of file input.c.
Referenced by BlockInput().
Definition at line 708 of file input.c.
Referenced by keybd_event(), mouse_event(), and SendInput().
|
static |
Definition at line 88 of file input.c.
Referenced by RawInputThreadMain().
Definition at line 124 of file input.c.
Referenced by UserSystemThreadProc().
NTSTATUS FASTCALL UserAttachThreadInput | ( | PTHREADINFO | ptiFrom, |
PTHREADINFO | ptiTo, | ||
BOOL | fAttach | ||
) |
Definition at line 480 of file input.c.
Referenced by co_IntSetParent(), co_UserCreateWindowEx(), co_UserDestroyWindow(), IntCreateWindow(), IntProcessOwnerSwap(), IsRemoveAttachThread(), and NtUserAttachThreadInput().
Definition at line 19 of file input.c.
Referenced by ProcessKeyEvent(), and RawInputThreadMain().
|
static |
Definition at line 22 of file input.c.
Referenced by RawInputThreadMain().
PATTACHINFO gpai = NULL |
Definition at line 17 of file input.c.
Referenced by IsRemoveAttachThread(), and UserAttachThreadInput().
|
static |
Definition at line 21 of file input.c.
Referenced by DoTheScreenSaver(), and IntLastInputTick().
Definition at line 16 of file input.c.
Referenced by InitInputImpl(), IntSetTimer(), ProcessTimers(), and RawInputThreadMain().
INT paiCount = 0 |
Definition at line 18 of file input.c.
Referenced by UserAttachThreadInput().
PTHREADINFO ptiRawInput |
Definition at line 15 of file input.c.
Referenced by IntSetTimer(), and RawInputThreadMain().