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
1 changed files with 1 additions and 1 deletions

View File

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