summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/stick_from_buttons.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-02input_common: Simplify stick from buttonNarr the Reg1-32/+13
2023-01-25Revert 9617 and fix it on input_commonNarr the Reg1-2/+7
2023-01-06input_common: Create an update engineNarr the Reg1-6/+11
2022-11-28input_common/helpers: Mark analog property structs members as static constexprLioncash1-1/+9
2022-11-28common/input: Add helpers functions for creating input and output devicesLioncash1-10/+5
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-01-31input_common: Use attributes for analog range modifiersgerman771-4/+26
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-31/+44
2021-11-25core/hid: Fully emulate motion from buttongerman771-0/+12
2021-11-25kraken: Address comments from reviewgerman771-32/+38
2021-11-25core/hid: Rework battery mappingsgerman771-1/+1
2021-11-25input_common: Add manual update options to input devicesgerman771-0/+16
2021-11-25kraken: Fix errors from rebase and format filesgerman771-2/+1
2021-11-25core/hid: Add output devicesgerman771-1/+2
2021-11-25input_common: Move touch and analog from button. Move udp protocolgerman771-55/+87
2021-07-05input_common: Add missing modifier callback to analog from buttongerman771-0/+1
2021-05-30input_common: Analog button, use time based position instead of frequent updatesgerman771-73/+122
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-02-06Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mousegerman1-0/+4
2021-01-30analog_from_button: Fix update_thread.join exceptionameerj1-5/+9
2020-12-08Disable analog joystick from buttons by defaultgerman1-1/+21
2020-11-10fix minor clang errorgerman1-1/+1
2020-11-08Allow to dial any angle with digital joystickgerman1-19/+103
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-7/+11
2020-06-21Cleanup after linterAmeer1-2/+1
2020-06-21GC Adapter ImplementationAmeer1-1/+2
2020-02-18analog_from_button get direction implementationCJBok1-0/+14
2017-03-01InputCommon: add AnalogFromButtonwwylele1-0/+58