eventsGetAngle

If both events contain X/Y information, this function will return true and return in angle the relative angle from event1 to event2. The rotation direction for positive angles is from the positive X axis towards the positive Y axis.

bool
eventsGetAngle

Parameters

event1 gdk.event.Event

first #GdkEvent

event2 gdk.event.Event

second #GdkEvent

angle double

return location for the relative angle between both events

Return Value

Type: bool

true if the angle could be calculated.