diff options
| author | L. Krause | 2017-04-24 21:41:39 +0200 |
|---|---|---|
| committer | L. Krause | 2017-04-26 16:30:22 +0200 |
| commit | 86f5ac3d749a6d46d029a7f48e4fb190d51643c4 (patch) | |
| tree | 5faa48b716ee36309c138a83a546feeb311fb8a8 /platform/javascript/os_javascript.h | |
| parent | a99b6b2063c9259ef09bd1cc1289087460575d68 (diff) | |
| download | godot-86f5ac3d749a6d46d029a7f48e4fb190d51643c4.tar.gz godot-86f5ac3d749a6d46d029a7f48e4fb190d51643c4.tar.zst godot-86f5ac3d749a6d46d029a7f48e4fb190d51643c4.zip | |
Diffstat (limited to 'platform/javascript/os_javascript.h')
| -rw-r--r-- | platform/javascript/os_javascript.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index 5d86640d9..0c956ecba 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -49,15 +49,7 @@ typedef void (*GFXInitFunc)(void *ud, bool gl2, int w, int h, bool fs); typedef String (*GetDataDirFunc)(); class OS_JavaScript : public OS_Unix { -public: - struct TouchPos { - int id; - Point2 pos; - }; -private: - Vector<TouchPos> touch; - Point2 last_mouse; GFXInitFunc gfx_init_func; void *gfx_init_ud; @@ -165,7 +157,6 @@ public: virtual String get_resource_dir() const; void process_accelerometer(const Vector3 &p_accelerometer); - void process_touch(int p_what, int p_pointer, const Vector<TouchPos> &p_points); void push_input(const InputEvent &p_ev); virtual bool is_joy_known(int p_device); |
