summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-12core: Namespace EmuWindowLioncash1-0/+4
Gets the class out of the global namespace.
2018-01-11frontend: Update for undocked Switch screen layout.bunnei1-35/+13
2017-08-25SidebySide Layout (#2859)ThaMighty901-0/+3
* added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele1-13/+58
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-23/+0
2017-05-28Move screen size constants from video_core to coreYuri Kunde Schlesner1-5/+3
video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
2017-03-01Input: remove unused stuff & clean upwwylele1-25/+1
1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include
2017-02-27Core: Make PerfStats internally lockedYuri Kunde Schlesner1-1/+1
More ergonomic to use and will be required for upcoming changes.
2017-02-27PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner1-3/+2
2017-02-23Add custom layout settings.SonofUgly1-11/+15
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang1-2/+0
2017-01-29core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen1-6/+6
2016-12-29Frontend: make motion sensor interfaced thread-safewwylele1-0/+3
2016-12-26Frontend: emulate motion sensorwwylele1-0/+22
2016-12-23core: Move emu_window and key_map into coreMerryMage1-2/+2
* Removes circular dependences (common should not depend on core)
2016-11-05Support additional screen layouts.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-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.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.Emmanuel Gil Peyrot1-21/+27
2016-07-23Protection against a resize of size 0Alexandre LittleWhite Laurent1-4/+3
2016-05-15Refactor input subsystemwwylele1-4/+20
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage1-2/+2
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