Methods
•
GetType(): BuiltInEventTypes
o
return
the type of the built-in event
[Example]
evType = event.GetType()
GetDwellTime(): float
The dwell time, in seconds
speed = event.GetDwellTime()
SetDwellTime(dwell: float)
dwell
Set the dwell time, in seconds
event.SetDwellTime(0.5)