mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
input: add pressure intensity toggle mode
This commit is contained in:
parent
6f834e99d2
commit
8f66c50721
10 changed files with 59 additions and 17 deletions
|
|
@ -116,6 +116,7 @@ private:
|
|||
steady_clock::time_point m_button_time;
|
||||
f32 m_analog_lerp_factor = 1.0f;
|
||||
f32 m_trigger_lerp_factor = 1.0f;
|
||||
bool m_pressure_intensity_toggle_mode{};
|
||||
|
||||
// Stick Movements
|
||||
steady_clock::time_point m_stick_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue