Event.getCoords

Extract the event window relative x/y coordinates from an event.

class Event
bool
getCoords
(
out double xWin
,
out double yWin
)

Parameters

xWin double

location to put event window x coordinate

yWin double

location to put event window y coordinate

Return Value

Type: bool

TRUE if the event delivered event window coordinates