summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/touch_from_buttons.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-04input_common: Remove unused core includeMorph1-1/+0
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-4/+7
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.
2021-11-25core/hid: Fully emulate motion from buttongerman771-1/+10
2021-11-25settings: Fix Debug controller type optionsgerman771-2/+2
2021-11-25kraken: Address comments from reviewgerman771-14/+15
start lion review
2021-11-25input_common: Add manual update options to input devicesgerman771-0/+1
2021-11-25kraken: Fix errors from rebase and format filesgerman771-3/+1
2021-11-25core/hid: Add output devicesgerman771-1/+3
2021-11-25input_common: Move touch and analog from button. Move udp protocolgerman771-0/+70