Browse Source

Change InputEventScreenTouch from struct to class

George Marques 8 years ago
parent
commit
452caf3f80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/os/input_event.h

+ 1 - 1
core/os/input_event.h

@@ -377,7 +377,7 @@ public:
 	InputEventJoypadButton();
 	InputEventJoypadButton();
 };
 };
 
 
-struct InputEventScreenTouch : public InputEvent {
+class InputEventScreenTouch : public InputEvent {
 	GDCLASS(InputEventScreenTouch, InputEvent)
 	GDCLASS(InputEventScreenTouch, InputEvent)
 	int index;
 	int index;
 	Vector2 pos;
 	Vector2 pos;