summaryrefslogtreecommitdiff
path: root/src/player-input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player-input.hpp')
-rw-r--r--src/player-input.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player-input.hpp b/src/player-input.hpp
index a44ae42..59d2c75 100644
--- a/src/player-input.hpp
+++ b/src/player-input.hpp
@@ -72,14 +72,14 @@ struct PkeCursorPosEvent : public PkeInputEventBase {
struct PkeKeyEvent : public PkeInputEventBase {
InputActionSetHandle sourceSet;
bool isPressed;
- int8_t pressCount;
+ bool thisTick;
int32_t button;
int32_t mods;
};
struct PkeMouseButtonEvent : public PkeInputEventBase {
InputActionSetHandle sourceSet;
bool isPressed;
- int8_t pressCount;
+ bool thisTick;
int32_t button;
int32_t mods;
};