yuzu/src
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
..
assets Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
citra EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
citra_qt EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
common EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
core ConfigMem: Remove duplicate retail bit 2015-04-28 16:22:50 -07:00
video_core Silence some -Wsign-compare warnings. 2015-04-09 18:55:01 -05:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00