|
@@ -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;
|