diff --git a/include/IEventReceiver.h b/include/IEventReceiver.h index 95610f01..f065f14c 100644 --- a/include/IEventReceiver.h +++ b/include/IEventReceiver.h @@ -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 {