Skip to main content

install

Function install 

Source
pub fn install(cx: &mut App)
Expand description

Installs the drag session and the key that cancels a drag.

Escape is observed at the application rather than bound to an element, because the pointer can be anywhere by the time a drag is abandoned and the element the drag started on may no longer be under it.