Mouse interface via RawInput
Used when DirectInput is disabled/not available (DINPUT=n). Default in ARM32.
This commit is contained in:
@@ -1089,6 +1089,9 @@ input_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
switch (message) {
|
||||
case WM_INPUT:
|
||||
keyboard_handle(lParam, infocus);
|
||||
#ifndef USE_DINPUT
|
||||
win_mouse_handle(lParam, infocus);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case WM_SETFOCUS:
|
||||
|
||||
Reference in New Issue
Block a user