Event.getClickCount

Extracts the click count from an event.

class Event
bool
getClickCount
(
out uint clickCount
)

Parameters

clickCount uint

location to store click count

Return Value

Type: bool

TRUE if the event delivered a click count

Meta