From 452caf3f80ea7b278227d0bb48793729defaaa66 Mon Sep 17 00:00:00 2001 From: George Marques Date: Wed, 24 May 2017 16:06:07 -0300 Subject: Change InputEventScreenTouch from struct to class --- core/os/input_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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; -- cgit v1.2.3