suyu/src/citra/emu_window
Zaneo b8328593fe EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to
the emulated screen dimensions.
Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction
to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
2015-05-01 23:52:33 -04:00
..
emu_window_glfw.cpp EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
emu_window_glfw.h GLFW: Implemented EmuWindow touchpad support. 2015-03-10 18:05:18 -04:00