summaryrefslogtreecommitdiffstats
path: root/core/input/input_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/input/input_event.h')
-rw-r--r--core/input/input_event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/input/input_event.h b/core/input/input_event.h
index 4be42d0bd2..ecf2100141 100644
--- a/core/input/input_event.h
+++ b/core/input/input_event.h
@@ -321,6 +321,8 @@ public:
virtual String as_text() const override;
virtual String to_string() override;
+ static Ref<InputEventJoypadMotion> create_reference(JoyAxis p_axis, float p_value);
+
InputEventJoypadMotion() {}
};