瀏覽代碼

Change InputEventScreenTouch from struct to class

George Marques 8 年之前
父節點
當前提交
452caf3f80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/os/input_event.h

+ 1 - 1
core/os/input_event.h

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