summaryrefslogtreecommitdiffstats
path: root/src/common/emu_window.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-28Common: Cleanup emu_window includes.Emmanuel Gil Peyrot1-0/+6
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-02EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo1-6/+16
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-03-11HID: Complete refactor of pad/touch input to fix threading issues.bunnei1-46/+28
2015-03-10EmuWindow: Made pad/touch functions non-static.bunnei1-2/+0
2015-03-10EmuWindow: Added infrastructure code to enable touchpad support.bunnei1-1/+64
2015-03-08Fixed EmuWindow typo (fixes OSX build)bunnei1-1/+1
2015-03-07Set framebuffer layout from EmuWindow.bunnei1-0/+50
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift1-4/+4
2014-12-21License changepurpasmart961-1/+1
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-0/+17