Change InputEventScreenTouch from struct to class

This commit is contained in:
George Marques 2017-05-24 16:06:07 -03:00
parent 2e3145de65
commit 452caf3f80
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D

View file

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