mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix actual parameter for mouse y in translate coord
This commit is contained in:
parent
e8956418a8
commit
066a0629ff
@ -527,7 +527,7 @@ static int16_t rwebinput_input_state(
|
||||
vp.full_height = 0;
|
||||
|
||||
if (!(video_driver_translate_coord_viewport_wrap(
|
||||
&vp, mouse->x, mouse->x,
|
||||
&vp, mouse->x, mouse->y,
|
||||
&res_x, &res_y, &res_screen_x, &res_screen_y)))
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user