Event.getPosition

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

class Event
bool
getPosition
(
out double x
,
out double y
)

Parameters

x double

location to put event surface x coordinate

y double

location to put event surface y coordinate

Meta