aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/IEventReceiver.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/IEventReceiver.h b/include/IEventReceiver.h
index 11a50da..f5870fb 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
{