summaryrefslogtreecommitdiffstats
path: root/src/input_common/keyboard.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-03input_common: Use std::move where applicableLioncash1-1/+2
Avoids unnecessary atomic reference count increments and decrements
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
credit to @Hawkheart for the original idea
2017-03-01InputCommon: add Keyboardwwylele1-0/+82