Fix action state when multiple events are assigned

This commit is contained in:
kobewi
2023-08-21 19:12:12 +02:00
parent 6f90b23702
commit ad1abca668
3 changed files with 38 additions and 23 deletions

View File

@ -103,7 +103,7 @@ private:
uint64_t pressed_process_frame = UINT64_MAX;
uint64_t released_physics_frame = UINT64_MAX;
uint64_t released_process_frame = UINT64_MAX;
bool pressed = false;
int pressed = 0;
bool exact = true;
float strength = 0.0f;
float raw_strength = 0.0f;