Event.requestMotions

Request more motion notifies if event is a motion notify hint event. This function should be used instead of gdk_window_get_pointer() to request further motion notifies, because it also works for extension events where motion notifies are provided for devices other than the core pointer. Coordinate extraction, processing and requesting more Since 2.12

class Event
static
void
requestMotions

Parameters

event GdkEventMotion*

a valid GdkEvent

Meta