summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/os/input_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/input_event.h b/core/os/input_event.h
index b94f0ef46a..417b7f066f 100644
--- a/core/os/input_event.h
+++ b/core/os/input_event.h
@@ -377,7 +377,7 @@ public:
InputEventJoypadButton();
};
-struct InputEventScreenTouch : public InputEvent {
+class InputEventScreenTouch : public InputEvent {
GDCLASS(InputEventScreenTouch, InputEvent)
int index;
Vector2 pos;