]> git.lizzy.rs Git - irrlicht.git/commitdiff
Fix bug introduced in last merge from svn trunk
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Wed, 30 Dec 2020 19:08:13 +0000 (19:08 +0000)
committercutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Wed, 30 Dec 2020 19:08:13 +0000 (19:08 +0000)
struct STouchInput was in there twice.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6183 dfc29bdd-3216-0410-991c-e03cc46cb475

include/IEventReceiver.h

index 11a50daf3608a6a6a094baecf61162129c749e01..f5870fb89d23a82213010555e845c15985992acf 100644 (file)
@@ -353,22 +353,6 @@ struct SEvent
 \r
        };\r
 \r
-    //! Any kind of touch event.\r
-       struct STouchInput\r
-       {\r
-        // Touch ID.\r
-        size_t ID;\r
-\r
-        // X position of simple touch.\r
-               s32 X;\r
-\r
-        // Y position of simple touch.\r
-               s32 Y;\r
-\r
-               //! Type of touch event.\r
-               ETOUCH_INPUT_EVENT Event;\r
-       };\r
-\r
        //! Any kind of mouse event.\r
        struct SMouseInput\r
        {\r