suyu/src/input_common/helpers
Lioncash e05d2a70b2 common/input: Avoid numerous large copies of CallbackStatus
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-12-13 21:22:02 -05:00
..
stick_from_buttons.cpp common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
stick_from_buttons.h kraken: Address comments from review 2021-11-24 20:30:26 -06:00
touch_from_buttons.cpp common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
touch_from_buttons.h kraken: Address comments from review 2021-11-24 20:30:26 -06:00
udp_protocol.cpp input_common: Move touch and analog from button. Move udp protocol 2021-11-24 20:30:22 -06:00
udp_protocol.h input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00