Android: import touchedCount patch

This commit is contained in:
sfan5
2021-03-07 01:50:11 +01:00
parent 10a188e967
commit dfe077134d
2 changed files with 5 additions and 0 deletions

View File

@ -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;
};