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

Change InputEventScreenTouch from struct to class
This commit is contained in:
Rémi Verschelde 2017-05-25 08:40:27 +02:00 committed by GitHub
commit 7592c2380d

View file

@ -377,7 +377,7 @@ public:
InputEventJoypadButton();
};
struct InputEventScreenTouch : public InputEvent {
class InputEventScreenTouch : public InputEvent {
GDCLASS(InputEventScreenTouch, InputEvent)
int index;
Vector2 pos;