summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/stick_from_buttons.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-31/+44
| | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* core/hid: Fully emulate motion from buttongerman772021-11-251-0/+12
|
* kraken: Address comments from reviewgerman772021-11-251-32/+38
| | | | start lion review
* core/hid: Rework battery mappingsgerman772021-11-251-1/+1
|
* input_common: Add manual update options to input devicesgerman772021-11-251-0/+16
|
* kraken: Fix errors from rebase and format filesgerman772021-11-251-2/+1
|
* core/hid: Add output devicesgerman772021-11-251-1/+2
|
* input_common: Move touch and analog from button. Move udp protocolgerman772021-11-251-0/+270