Change InputEventScreenTouch from struct to class
This commit is contained in:
parent
2e3145de65
commit
452caf3f80
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ public:
|
|||
InputEventJoypadButton();
|
||||
};
|
||||
|
||||
struct InputEventScreenTouch : public InputEvent {
|
||||
class InputEventScreenTouch : public InputEvent {
|
||||
GDCLASS(InputEventScreenTouch, InputEvent)
|
||||
int index;
|
||||
Vector2 pos;
|
||||
|
|
Loading…
Reference in a new issue