Rémi Bernon (@rbernon) commented about dlls/win32u/message.c:
*/ NTSTATUS send_hardware_message( HWND hwnd, const INPUT *input, const RAWINPUT *rawinput, UINT flags ) {
- struct user_key_state_info *key_state_info = get_user_thread_info()->key_state; struct send_message_info info; int prev_x, prev_y, new_x, new_y;
- INT counter = global_key_state_counter; USAGE hid_usage_page, hid_usage; NTSTATUS ret; BOOL wait;
- BOOL affects_key_state = FALSE;
Nitpick: we usually keep variables with the same type declared on the same line.