[−][src]Trait wlroots::seat::drag_icon::Handler
Handles events from the wlr drag icon
Required Methods
fn on_map(&mut self, compositor_handle: Handle, drag_icon_handle: Handle)
Called when the drag icon is ready to be displayed.
fn on_unmap(&mut self, compositor_handle: Handle, drag_icon_handle: Handle)
Called when the drag icon should no longer be displayed
fn destroyed(&mut self, compositor_handle: Handle, drag_icon_handle: Handle)
Called when the drag icon is about to be destroyed.