mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Update input/drivers/udev_input.c
sure. commited already. Co-Authored-By: Rob Loach <robloach@gmail.com>
This commit is contained in:
parent
c222e6674a
commit
63494f88cd
@ -680,7 +680,7 @@ static void udev_input_adopt_rel_pointer_position_from_mouse(int *x, int *y, ude
|
||||
int minY = view.y;
|
||||
int maxY = view.y + view.height;
|
||||
|
||||
// not running in a window
|
||||
/* Not running in a window. */
|
||||
noX11DispX = noX11DispX + dx;
|
||||
if (noX11DispX < minX)
|
||||
noX11DispX = minX;
|
||||
|
Loading…
Reference in New Issue
Block a user