GetRawTouchCount

Description

Returns the number of touch events currently taking place. By default the AGK does not count an event until it knows what type of event it is, e.g. short, long, drag, etc. To count unknown events as well, set bIncludeUnknown to 1. Use 0 to ignore unknown events.

Definition

integer GetRawTouchCount( bIncludeUnknown )

Parameters