summaryrefslogtreecommitdiff
path: root/src/common/emu_window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Move emu_window and key_map into coreGravatar MerryMage2016-12-231-107/+0
| | | | * Removes circular dependences (common should not depend on core)
* Support additional screen layouts.Gravatar James Rowe2016-11-051-53/+15
| | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-21/+27
|
* Protection against a resize of size 0Gravatar Alexandre LittleWhite Laurent2016-07-231-4/+3
|
* Refactor input subsystemGravatar wwylele2016-05-151-4/+20
|
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-2/+2
|
* Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+6
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
|
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-011-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.Gravatar bunnei2015-03-101-46/+28
|
* EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-101-2/+0
|
* EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei2015-03-101-1/+64
|
* Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei2015-03-071-1/+1
|
* Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-071-0/+50
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-4/+4
|
* License changeGravatar purpasmart962014-12-201-1/+1
|
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-121-0/+17