mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Merge pull request #12035 from ToadKing/fix-emscripten-overlay-lockup
emscripten: only report back one screen pointer for rwebinput
This commit is contained in:
commit
cdba3e149d
@ -515,6 +515,7 @@ static int16_t rwebinput_input_state(
|
||||
device == RARCH_DEVICE_MOUSE_SCREEN);
|
||||
case RETRO_DEVICE_POINTER:
|
||||
case RARCH_DEVICE_POINTER_SCREEN:
|
||||
if (idx == 0)
|
||||
{
|
||||
struct video_viewport vp;
|
||||
rwebinput_mouse_state_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user