diff options
author | sfan5 <sfan5@live.de> | 2021-03-07 01:50:11 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-03-07 02:05:10 +0100 |
commit | dfe077134daa87babfca64dcb3b657cb822bedfd (patch) | |
tree | 82ed2f72d8062f96b24888ff9712c6ef1d451a19 /include/IEventReceiver.h | |
parent | 10a188e967da36b3e50e1b87806a231d0be7a097 (diff) | |
download | irrlicht-dfe077134daa87babfca64dcb3b657cb822bedfd.tar.xz |
Android: import touchedCount patch
Diffstat (limited to 'include/IEventReceiver.h')
-rw-r--r-- | include/IEventReceiver.h | 3 |
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;
};
|