mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 14:26:06 +02:00
Android: import touchedCount patch
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user