Merge pull request #8898 from vnen/screentouch-struct-class
Change InputEventScreenTouch from struct to class
This commit is contained in:
commit
7592c2380d
@ -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