yuzu-android/src/core/hid
Lioncash 76d83ffbec general: Move deleted copy/move constructor/assignment operators to public interface
This allows for better compiler errors, where the compiler will state a
copy or move couldn't occur due to the relevant function being deleted.

Previously a compiler would warn about the relevant function not being
accessible (which, while true, isn't as informative as it could be).
2022-02-02 12:17:08 -05:00
..
emulated_console.cpp Correct assignment source for rotations 2022-01-17 10:40:41 +03:00
emulated_console.h general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
emulated_controller.cpp input_common: Add option to configure gyro threshold 2022-01-23 21:54:33 -06:00
emulated_controller.h general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
emulated_devices.cpp common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
emulated_devices.h common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
hid_core.cpp service/hid: Implement SetNpadJoyAssignmentMode 2021-12-05 16:18:23 -06:00
hid_core.h general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
hid_types.h core/hid: Add home and screenshot button support 2022-01-06 21:11:27 -06:00
input_converter.cpp core/hid: Increment shake force 2022-01-14 11:11:20 -06:00
input_converter.h core: hid: Cleanup and amend documentation 2021-11-29 17:20:14 -05:00
input_interpreter.cpp input_interpreter: Make use of NpadButton instead of a u64 2021-11-29 19:21:51 -05:00
input_interpreter.h input_interpreter: Make use of NpadButton instead of a u64 2021-11-29 19:21:51 -05:00
motion_input.cpp input_common: Add option to configure gyro threshold 2022-01-23 21:54:33 -06:00
motion_input.h service/hid: Improve console motion accuracy 2021-12-12 23:26:04 -06:00