mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-10 01:33:51 +01:00
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
This commit is contained in:
parent
d07057959e
commit
f1a58b706c
@ -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.
|
//! Any kind of mouse event.
|
||||||
struct SMouseInput
|
struct SMouseInput
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user