summaryrefslogtreecommitdiffstats
path: root/src/common/emu_window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Cleanup emu_window includes.Emmanuel Gil Peyrot2015-06-281-0/+6
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
|
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo2015-05-021-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.
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-46/+28
|
* EmuWindow: Made pad/touch functions non-static.bunnei2015-03-101-2/+0
|
* EmuWindow: Added infrastructure code to enable touchpad support.bunnei2015-03-101-1/+64
|
* Fixed EmuWindow typo (fixes OSX build)bunnei2015-03-081-1/+1
|
* Set framebuffer layout from EmuWindow.bunnei2015-03-071-0/+50
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-4/+4
|
* License changepurpasmart962014-12-211-1/+1
|
* Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-121-0/+17