|
ReactOS 0.4.16-dev-2498-g8632030
|
#include <winable.h>

Public Attributes | |
| DWORD | type |
| union { | |
| MOUSEINPUT mi | |
| KEYBDINPUT ki | |
| HARDWAREINPUT hi | |
| } | DUMMYUNIONNAME |
| _ANONYMOUS_UNION union { ... } tagINPUT::DUMMYUNIONNAME |
| HARDWAREINPUT tagINPUT::hi |
| KEYBDINPUT tagINPUT::ki |
Definition at line 62 of file winable.h.
Referenced by NtUserSendInput(), PressKey(), test_input_message_source(), and test_inputdesktop().
| MOUSEINPUT tagINPUT::mi |
Definition at line 61 of file winable.h.
Referenced by NtUserSendInput().
| DWORD tagINPUT::type |
Definition at line 59 of file winable.h.
Referenced by check_send_input_keyboard_test_(), clear_keyboard_state(), NtUserSendInput(), PressKey(), test_input_message_source(), test_inputdesktop(), and test_keyboard_ll_hook_blocking().