summaryrefslogtreecommitdiffstats
path: root/src/input_common/keyboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-25input_common: Rewrite keyboardgerman771-121/+0
2021-05-30input_common: Analog button, use time based position instead of frequent updatesgerman771-0/+1
2021-03-06Enable mouse toggle buttonsgerman771-5/+7
2021-03-06Enable button toggle for keyboard in the modifier buttongerman1-3/+26
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-2/+3
2020-07-02Fix unnecessary diffsAmeer1-2/+1
2020-06-23cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic numberAmeer1-1/+0
2020-06-21Cleanup after linterAmeer1-6/+3
2020-06-21GC Adapter ImplementationAmeer1-4/+9
2020-06-19input_common/keyboard: Remove redundant moveMerryMage1-1/+1
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-4/+4
2018-08-03input_common: Use std::move where applicableLioncash1-1/+2
2018-08-03input_common: Add missing override specifiersLioncash1-1/+1
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele1-0/+11
2017-03-01InputCommon: add Keyboardwwylele1-0/+82