1
0
Fork 0
forked from suyu/suyu
suyu/src/citra_qt
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
..
config Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
debugger Merge pull request #691 from rohit-n/sign-compare 2015-04-17 20:22:03 -04:00
util citra-qt: Use std::abs() to get the right absolute function for s64. 2015-04-14 21:18:35 +02:00
bootmanager.cpp EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
bootmanager.h Qt: Implemented EmuWindow touchpad support. 2015-03-10 18:05:18 -04:00
citra-qt.rc Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
CMakeLists.txt Build app bundles on OS X. Fixes the issue where the menubar would not appear. 2015-03-07 16:09:00 -08:00
config.cpp Allow the user to set the background clear color during emulation 2015-04-03 15:35:51 -07:00
config.h License change 2014-12-20 21:20:24 -08:00
hotkeys.cpp citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.ui got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
main.cpp Merge pull request #634 from linkmauve/logging-performances 2015-03-09 15:42:18 -04:00
main.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
main.ui citra-qt: Add option to hide dock widget title bars 2015-01-20 22:50:24 +01:00
version.h citra-qt: Added license headers to files. 2015-01-04 09:36:57 -08:00