DropControllerMotion
GtkDropControllerMotion
is an event controller tracking the pointer during Drag-and-Drop operations.
It is modeled after class@Gtk.EventControllerMotion so if you have used that, this should feel really familiar.
This controller is not able to accept drops, use class@Gtk.DropTarget for that purpose.
Skipped during bindings generation
method
contains-pointer
: Property has no getter nor settermethod
is-pointer
: Property has no getter nor setter
Constructors
Properties
Functions
Returns if a Drag-and-Drop operation is within the widget
Emits the "motion" signal. See onMotion.
Returns the event that is currently being handled by the controller.
Returns the device of the event that is currently being handled by the controller.
Returns the modifier state of the event that is currently being handled by the controller.
Returns the timestamp of the event that is currently being handled by the controller.
Sets a name on the controller that can be used for debugging.