aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/emu_window.cpp
Commit message (Collapse)AuthorAge
* Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-01
| | | | | | | 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.Gravatar bunnei2015-03-10
|
* EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-10
|
* EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei2015-03-10
|
* Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei2015-03-07
|
* Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-07
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
|
* License changeGravatar purpasmart962014-12-20
|
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-12