Explorar o código

Merge pull request #8898 from vnen/screentouch-struct-class

Change InputEventScreenTouch from struct to class
Rémi Verschelde %!s(int64=8) %!d(string=hai) anos
pai
achega
7592c2380d
Modificáronse 1 ficheiros con 1 adicións e 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;