Static zng_ext_window::cmd::DRAG_MOVE_RESIZE_CMD

source ·
pub static DRAG_MOVE_RESIZE_CMD: Command
Expand description

Represents the window drag-move and drag-resize actions.

There’s no guarantee that this will work unless the left mouse button was pressed immediately before this command is called.

§Parameter

If this command is called without parameter the window will drag-move, if it is called with a ResizeDirection the window will drag-resize.