get_coords


Description:

[ Version ( since = "1.12" ) ]
public bool get_coords (EventSequence? sequence, out Point point)

Retrieves the latest coordinates of a pointer or touch point of this.

Parameters:

this

a InputDevice

sequence

a EventSequence, or null if the device is not touch-based

point

return location for the pointer or touch point

Returns:

false if the device's sequence hasn't been found, and true otherwise.