summaryrefslogtreecommitdiff
path: root/src/input_common/keyboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Use std::move where applicableGravatar Lioncash2018-08-021-1/+2
| | | | Avoids unnecessary atomic reference count increments and decrements
* input_common: Add missing override specifiersGravatar Lioncash2018-08-021-1/+1
|
* citra-qt: release all buttons when render window focus is lostGravatar wwylele2017-03-171-0/+11
| | | | credit to @Hawkheart for the original idea
* InputCommon: add KeyboardGravatar wwylele2017-03-011-0/+82