summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/keyboard.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-13input_engine: std::move engine name where applicableLioncash1-2/+2
We can allow the name to be moved into, allowing allocations to be avoided.
2021-11-25input_common: Allow keyboard to be backwards compatiblegerman771-1/+13
2021-11-25core/hid: Improve accuracy of the keyboard implementationgerman771-0/+7
2021-11-25second commit lion reviewgerman771-7/+0
2021-11-25kraken: Address comments from reviewgerman771-1/+1
start lion review
2021-11-25input_common: Rewrite keyboardgerman771-16/+13
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele1-0/+2
credit to @Hawkheart for the original idea
2017-03-01InputCommon: add Keyboardwwylele1-0/+45