summaryrefslogtreecommitdiffstats
path: root/core/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/input/input.h')
-rw-r--r--core/input/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/input.h b/core/input/input.h
index c63a4e52e3..26466bdead 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -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;