arsa  2.7
Public Attributes | List of all members
irr::SEvent::STouchInput Struct Reference

Any kind of touch event. More...

#include <IEventReceiver.h>

Public Attributes

size_t ID
 
s32 X
 
s32 Y
 
ETOUCH_INPUT_EVENT Event
 Type of touch event. More...
 

Detailed Description

Any kind of touch event.

Definition at line 417 of file IEventReceiver.h.

Member Data Documentation

◆ Event

ETOUCH_INPUT_EVENT irr::SEvent::STouchInput::Event

Type of touch event.

Definition at line 429 of file IEventReceiver.h.

◆ ID

size_t irr::SEvent::STouchInput::ID

Definition at line 420 of file IEventReceiver.h.

◆ X

s32 irr::SEvent::STouchInput::X

Definition at line 423 of file IEventReceiver.h.

◆ Y

s32 irr::SEvent::STouchInput::Y

Definition at line 426 of file IEventReceiver.h.


The documentation for this struct was generated from the following file: