mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Change InputEventScreenTouch from struct to class
This commit is contained in:
parent
2e3145de65
commit
452caf3f80
@ -377,7 +377,7 @@ public:
|
||||
InputEventJoypadButton();
|
||||
};
|
||||
|
||||
struct InputEventScreenTouch : public InputEvent {
|
||||
class InputEventScreenTouch : public InputEvent {
|
||||
GDCLASS(InputEventScreenTouch, InputEvent)
|
||||
int index;
|
||||
Vector2 pos;
|
||||
|
Loading…
Reference in New Issue
Block a user