Event.getCoords

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

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

Parameters

xWin double

location to put event window x coordinate. out

yWin double

location to put event window y coordinate. out

Return Value

Type: int

TRUE if the event delivered event window coordinates

Meta