Event.getClickCount

Extracts the click count from an event.

class Event
int
getClickCount
(
out uint clickCount
)

Parameters

clickCount uint

location to store click count. out

Return Value

Type: int

TRUE if the event delivered a click count Since 3.2

Meta