summaryrefslogtreecommitdiffstats
path: root/src/input_common/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-06CMakeLists: Treat -Wsign-compare as an error on GCC/ClangMorph1-3/+0
2021-06-28input_common: Enforce C4242Morph1-12/+4
2021-06-03cmake: General improvements to libusb linkinglat9nq1-2/+1
2021-04-18cmake: Use SDL 2.0.14 and fix CMake scope issuelat9nq1-1/+1
2021-04-15common: Move settings to common from core.bunnei1-2/+0
2020-11-26Implement full mouse supportgerman1-2/+4
2020-11-26input_common: ignore some Clang warnings after 5c4774e8ce1dJan Beich1-2/+2
2020-11-22input_common: Treat warnings as errorsLioncash1-0/+4
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-0/+29
2020-09-26Add random motion input to keyboardgerman1-0/+2
2020-08-29yuzu: Add motion and touch configurationFearlessTobi1-0/+2
2020-08-28Implement a basic class for motion devicesgerman1-0/+2
2020-08-26Project Mjölnir: Part 1Morph1-0/+2
2020-07-13input_common: make libusb private to gc_adapterJan Beich1-2/+2
2020-07-09cmake: pass libusb include directory as wellJan Beich1-0/+1
2020-06-21GC Adapter ImplementationAmeer1-0/+6
2020-04-16input_common: Use the CMake target instead of the variable.Markus Wick1-1/+1
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi1-1/+7
2019-03-02Input: Remove global variables from SDL InputJames Rowe1-6/+9
2018-01-18CMakeLists: Derive the source directory grouping from targets themselvesLioncash1-19/+12
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-0/+2
2017-05-28CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner1-2/+1
2017-05-28CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner1-3/+3
2017-03-01InputCommon: add SDL joystick supportwwylele1-0/+10
2017-03-01InputCommon: add AnalogFromButtonwwylele1-0/+2
2017-03-01InputCommon: add Keyboardwwylele1-0/+15