|
ReactOS 0.4.16-dev-2384-gff6bd79
|

Public Attributes | |
| enum user_function | func |
| union { | |
| struct { | |
| HWND hwnd | |
| UINT msg | |
| WPARAM wparam | |
| LPARAM lparam | |
| } message | |
| struct { | |
| UINT msg | |
| UINT scan | |
| UINT vkey | |
| UINT flags | |
| UINT_PTR extra | |
| } ll_hook_kbd | |
| struct { | |
| UINT msg | |
| POINT point | |
| UINT data | |
| UINT flags | |
| UINT time | |
| UINT_PTR extra | |
| } ll_hook_ms | |
| struct { | |
| HWND hwnd | |
| BYTE code | |
| RAWKEYBOARD kbd | |
| } raw_input | |
| }; | |
| BOOL | todo |
| BOOL | todo_value |
| BOOL | broken |
| union { ... } user_call::@1844 |
| enum user_function user_call::func |
Definition at line 137 of file input.c.
Referenced by append_ll_hook_kbd(), append_ll_hook_ms(), append_message(), append_rawinput_message(), and test_SendInput().
| struct { ... } user_call::ll_hook_kbd |
| struct { ... } user_call::ll_hook_ms |
| struct { ... } user_call::message |
Referenced by append_message(), append_rawinput_message(), and test_SendInput_mouse_messages().
| struct { ... } user_call::raw_input |
| UINT user_call::scan |
Definition at line 151 of file input.c.
Referenced by get_test_scan().
| BOOL user_call::todo |
Definition at line 173 of file input.c.
Referenced by test_SendInput_mouse_messages().
| UINT user_call::vkey |
Definition at line 152 of file input.c.
Referenced by debugstr_vk(), get_test_scan(), and test_SendInput().