flycast/core/input
scribam d8137a967c
C++17 (#926)
* cmake: use c++17

* Use std::size

* Use std::make_unique

* Use std::clamp

* Use structured binding

* Use [[fallthrough]]

* Use enable_if_t/is_enum_v/is_integral_v/is_same_v

* Use if constexpr

* Use try_emplace

* Use auto for iterators

* Use inline variables
2023-02-18 13:24:34 +01:00
..
gamepad.h naomi2: initd card support. lua: fix multi-threading crash 2022-02-16 19:02:04 +01:00
gamepad_device.cpp C++17 (#926) 2023-02-18 13:24:34 +01:00
gamepad_device.h new naomi network protocol. vblank event. initd rumble support 2022-03-27 15:23:21 +02:00
keyboard_device.h C++17 (#926) 2023-02-18 13:24:34 +01:00
mapping.cpp C++17 (#926) 2023-02-18 13:24:34 +01:00
mapping.h new naomi network protocol. vblank event. initd rumble support 2022-03-27 15:23:21 +02:00
mouse.cpp C++17 (#926) 2023-02-18 13:24:34 +01:00
mouse.h input: fix naomi rotary encoders 2022-03-06 17:57:16 +01:00