summaryrefslogtreecommitdiff
path: root/src/common/emu_window.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-23core: Move emu_window and key_map into coreGravatar MerryMage1-107/+0
* Removes circular dependences (common should not depend on core)
2016-11-05Support additional screen layouts.Gravatar James Rowe1-53/+15
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-3/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-21/+27
2016-07-23Protection against a resize of size 0Gravatar Alexandre LittleWhite Laurent1-4/+3
2016-05-15Refactor input subsystemGravatar wwylele1-4/+20
2016-02-12BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage1-2/+2
2015-06-28Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot1-0/+6
2015-05-29Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot1-1/+1
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar 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-10HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei1-46/+28
2015-03-10EmuWindow: Made pad/touch functions non-static.Gravatar bunnei1-2/+0
2015-03-10EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei1-1/+64
2015-03-07Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei1-1/+1
2015-03-07Set framebuffer layout from EmuWindow.Gravatar bunnei1-0/+50
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift1-4/+4
2014-12-20License changeGravatar purpasmart961-1/+1
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman1-0/+17