rpcsx/rpcs3/Input
Megamouse 7b49249f5f Input: Add config lerp factor for buttons and triggers
Adds new lerp factors to the keyboard pad handler In order to simulate triggers and analog buttons.
See "Analog Button Lerp Factor" and "Trigger Lerp Factor" in the yml in InputConfigs/Keyboard/.
Values Range from 0-100 as before, where 100 is instant press and 0 is never.

Currently I'm not planning any GUI element for this.
2020-02-24 08:56:57 +01:00
..
basic_keyboard_handler.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
basic_keyboard_handler.h Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00
basic_mouse_handler.cpp Give log channels fancier names 2020-02-01 10:43:43 +03:00
basic_mouse_handler.h Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00
ds3_pad_handler.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
ds3_pad_handler.h move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
ds4_pad_handler.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
ds4_pad_handler.h move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
evdev_joystick_handler.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
evdev_joystick_handler.h Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00
keyboard_pad_handler.cpp Input: Add config lerp factor for buttons and triggers 2020-02-24 08:56:57 +01:00
keyboard_pad_handler.h Input: Add config lerp factor for buttons and triggers 2020-02-24 08:56:57 +01:00
mm_joystick_handler.cpp Remove HLE log channel 2020-02-01 11:52:24 +03:00
mm_joystick_handler.h Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00
pad_thread.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
pad_thread.h Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00
xinput_pad_handler.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
xinput_pad_handler.h Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00