get_position
Description:
public bool get_position (
out double x,
out double y)
Extract the event surface relative x/y coordinates from an event.
Parameters:
this |
a `GdkEvent`
|
x |
location to put event surface x coordinate
|
y |
location to put event surface y coordinate
|