summaryrefslogtreecommitdiff
path: root/src/input_common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* CMakeLists: Make variable shadowing a compile-time errorGravatar Morph2022-06-131-1/+0
* input_common: Remove obsolete filesGravatar german772021-11-241-4/+0
* input_common: Rewrite SDLGravatar german772021-11-241-4/+4
* input_common: Rewrite udp clientGravatar german772021-11-241-4/+2
* input_common: Rewrite tas inputGravatar german772021-11-241-4/+2
* input_common: Rewrite gc_adapterGravatar german772021-11-241-4/+2
* input_common: Rewrite touchGravatar german772021-11-241-0/+2
* input_common: Rewrite mouseGravatar german772021-11-241-4/+2
* input_common: Rewrite keyboardGravatar german772021-11-241-2/+2
* input_common: Move touch and analog from button. Move udp protocolGravatar german772021-11-241-6/+6
* input_common: Create input poller and mappingGravatar german772021-11-241-0/+6
* input_common/tas: Base playback & recording systemGravatar MonsterDruide12021-09-181-0/+4
* CMakeLists: Treat -Wsign-compare as an error on GCC/ClangGravatar Morph2021-07-061-3/+0
* input_common: Enforce C4242Gravatar Morph2021-06-281-12/+4
* cmake: General improvements to libusb linkingGravatar lat9nq2021-06-031-2/+1
* cmake: Use SDL 2.0.14 and fix CMake scope issueGravatar lat9nq2021-04-171-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-2/+0
* Merge pull request #4939 from german77/MouseInputGravatar bunnei2020-11-291-2/+4
|\
| * Implement full mouse supportGravatar german2020-11-251-2/+4
* | input_common: ignore some Clang warnings after 5c4774e8ce1dGravatar Jan Beich2020-11-251-2/+2
* | input_common: Treat warnings as errorsGravatar Lioncash2020-11-221-0/+4
|/
* input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-0/+29
* Add random motion input to keyboardGravatar german2020-09-251-0/+2
* Merge pull request #4570 from german77/motionInputGravatar bunnei2020-09-021-0/+2
|\
| * Implement a basic class for motion devicesGravatar german2020-08-271-0/+2
* | yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-291-0/+2
|/
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-0/+2
* input_common: make libusb private to gc_adapterGravatar Jan Beich2020-07-131-2/+2
* cmake: pass libusb include directory as wellGravatar Jan Beich2020-07-091-0/+1
* GC Adapter ImplementationGravatar Ameer2020-06-211-0/+6
* input_common: Use the CMake target instead of the variable.Gravatar Markus Wick2020-04-161-1/+1
* Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi2020-01-231-1/+7
* Input: Remove global variables from SDL InputGravatar James Rowe2019-03-021-6/+9
* CMakeLists: Derive the source directory grouping from targets themselvesGravatar Lioncash2018-01-171-19/+12
* move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele2017-08-111-0/+2
* CMake: Define an interface target for SDL2 definitionsGravatar Yuri Kunde Schlesner2017-05-271-2/+1
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-3/+3
* InputCommon: add SDL joystick supportGravatar wwylele2017-03-011-0/+10
* InputCommon: add AnalogFromButtonGravatar wwylele2017-03-011-0/+2
* InputCommon: add KeyboardGravatar wwylele2017-03-011-0/+15