Commit Graph

9 Commits (432f4441b9420778970d9846750ff1458e6aaa03)

Author SHA1 Message Date
Lioncash 187c9d7e33 input_common/input_mapping: Simplify UUID validity checks
Makes the checks a little more intuitive to read and doesn't construct
an extra UUID instance
3 years ago
Lioncash 0849be094e input_common/input_mapping: Add missing includes
Ensures that the class always sees the types it needs.
3 years ago
Lioncash 8bb39750a1 input_common/input_mapping: Remove const from return value
Top-level const on a return by value can inhibit move semantics, and is
unnecessary.
3 years ago
Lioncash 12e7d3b254 input_common/input_mapping: Default constructor 3 years ago
german77 9eab07f863 input_common: Reintroduce motion from mouse and use button names 3 years ago
Narr the Reg 639402850a input_common: Fully implement UDP controllers 3 years ago
german77 746c85b560 input_common: Move button names to the frontend 3 years ago
german77 bca299e8e0 input_common: Allow keyboard to be backwards compatible 3 years ago
german77 854c933716 input_common: Create input poller and mapping 3 years ago