gtk.drop_controller_motion.DropControllerMotion is an event controller tracking the pointer during Drag-and-Drop operations.
It is modeled after gtk.event_controller_motion.EventControllerMotion so if you have used that, this should feel really familiar.
This controller is not able to accept drops, use gtk.drop_target.DropTarget for that purpose.
gtk.drop_controller_motion.DropControllerMotion is an event controller tracking the pointer during Drag-and-Drop operations.
It is modeled after gtk.event_controller_motion.EventControllerMotion so if you have used that, this should feel really familiar.
This controller is not able to accept drops, use gtk.drop_target.DropTarget for that purpose.