eventsGetCenter
fn
bool eventsGetCenter(gdk.event.Event event1, gdk.event.Event event2, out double x, out double y)If both events contain X/Y information, the center of both coordinates will be returned in x and y.
Parameters
event1 | first #GdkEvent |
event2 | second #GdkEvent |
x | return location for the X coordinate of the center |
y | return location for the Y coordinate of the center |
Returns
true if the center could be calculated.