aboutsummaryrefslogtreecommitdiff
path: root/include/IEventReceiver.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-03-07 01:50:11 +0100
committersfan5 <sfan5@live.de>2021-03-07 02:05:10 +0100
commitdfe077134daa87babfca64dcb3b657cb822bedfd (patch)
tree82ed2f72d8062f96b24888ff9712c6ef1d451a19 /include/IEventReceiver.h
parent10a188e967da36b3e50e1b87806a231d0be7a097 (diff)
downloadirrlicht-dfe077134daa87babfca64dcb3b657cb822bedfd.tar.xz
Android: import touchedCount patch
Diffstat (limited to 'include/IEventReceiver.h')
-rw-r--r--include/IEventReceiver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/IEventReceiver.h b/include/IEventReceiver.h
index f5870fb..e1c78a6 100644
--- a/include/IEventReceiver.h
+++ b/include/IEventReceiver.h
@@ -425,6 +425,9 @@ struct SEvent
// Y position of simple touch.
s32 Y;
+ // number of current touches
+ s32 touchedCount;
+
//! Type of touch event.
ETOUCH_INPUT_EVENT Event;
};