Explorar el Código

Change InputEventScreenTouch from struct to class

George Marques hace 8 años
padre
commit
452caf3f80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/os/input_event.h

+ 1 - 1
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;