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
master
MoNTE48 2021-01-18 20:56:55 +01:00
parent 43dde8734d
commit 1257ee6a4c
1 changed files with 0 additions and 16 deletions

View File

@ -354,22 +354,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
{