(WinRaw) Enable mouse overlay control (#13688)

This commit is contained in:
Tony 2022-03-01 10:45:07 +02:00 committed by GitHub
parent f6dc1c6d93
commit e8e8404741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -669,7 +669,8 @@ static int16_t winraw_input_state(
|| (device == RETRO_DEVICE_MOUSE)
|| (device == RARCH_DEVICE_MOUSE_SCREEN)
|| (device == RETRO_DEVICE_LIGHTGUN)
|| (device == RETRO_DEVICE_POINTER);
|| (device == RETRO_DEVICE_POINTER)
|| (device == RARCH_DEVICE_POINTER_SCREEN);
if (port >= MAX_USERS)
return 0;