|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <win32k.h>
Go to the source code of this file.
Macros | |
| #define | LAST_RIT_EVENT_UPDATE_INTERVAL 1000UL |
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 64 of file input.c.
Referenced by HungAppSysTimerProc().
Definition at line 376 of file input.c.
Referenced by DriverEntry().
| BOOL FASTCALL IntBlockInput | ( | PTHREADINFO | pti, |
| BOOL | BlockIt | ||
| ) |
Definition at line 391 of file input.c.
Referenced by ExitThreadCallback(), and NtUserBlockInput().
Definition at line 39 of file input.c.
Referenced by RawInputThreadMain().
| BOOL FASTCALL IsRemoveAttachThread | ( | PTHREADINFO | pti | ) |
Definition at line 453 of file input.c.
Referenced by ExitThreadCallback().
Definition at line 681 of file input.c.
Definition at line 435 of file input.c.
Referenced by BlockInput().
Definition at line 724 of file input.c.
Referenced by keybd_event(), mouse_event(), and SendInput().
|
static |
Definition at line 104 of file input.c.
Referenced by RawInputThreadMain().
Definition at line 140 of file input.c.
Referenced by UserSystemThreadProc().
| NTSTATUS FASTCALL UserAttachThreadInput | ( | PTHREADINFO | ptiFrom, |
| PTHREADINFO | ptiTo, | ||
| BOOL | fAttach | ||
| ) |
Definition at line 496 of file input.c.
Referenced by co_IntSetParent(), co_UserCreateWindowEx(), co_UserDestroyWindow(), IntCreateWindow(), IntProcessOwnerSwap(), IsRemoveAttachThread(), and NtUserAttachThreadInput().
Definition at line 26 of file input.c.
Referenced by ProcessKeyEvent(), and RawInputThreadMain().
|
static |
Definition at line 29 of file input.c.
Referenced by RawInputThreadMain().
| PATTACHINFO gpai = NULL |
Definition at line 24 of file input.c.
Referenced by IsRemoveAttachThread(), and UserAttachThreadInput().
|
static |
Definition at line 28 of file input.c.
Referenced by DoTheScreenSaver(), and IntLastInputTick().
Definition at line 23 of file input.c.
Referenced by InitInputImpl(), IntSetTimer(), ProcessTimers(), and RawInputThreadMain().
| INT paiCount = 0 |
Definition at line 25 of file input.c.
Referenced by UserAttachThreadInput().
| PTHREADINFO ptiRawInput |
Definition at line 22 of file input.c.
Referenced by IntSetTimer(), and RawInputThreadMain().