From f1a58b706ce509ee8dc722fd82b4bdaddb7d93af Mon Sep 17 00:00:00 2001 From: cutealien Date: Wed, 30 Dec 2020 19:08:13 +0000 Subject: [PATCH] Fix bug introduced in last merge from svn trunk 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 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/IEventReceiver.h b/include/IEventReceiver.h index 11a50daf..f5870fb8 100644 --- a/include/IEventReceiver.h +++ b/include/IEventReceiver.h @@ -353,22 +353,6 @@ struct SEvent }; - //! Any kind of touch event. - struct STouchInput - { - // Touch ID. - size_t ID; - - // X position of simple touch. - s32 X; - - // Y position of simple touch. - s32 Y; - - //! Type of touch event. - ETOUCH_INPUT_EVENT Event; - }; - //! Any kind of mouse event. struct SMouseInput {