Oxbow_ops.DragSourceval begin_move :
Oxbow_state.Wm.t ->
Oxbow_state.Seat.t ->
Oxbow_state.Window.t ->
from_tiled:bool ->
unitbegin_move ~from_tiled wm seat window focuses window and begins the pointer move operation on seat. from_tiled records the window's tiled state at the start of the drag.
Effects: mutates WM state
val begin_resize :
Oxbow_state.Wm.t ->
Oxbow_state.Seat.t ->
Oxbow_state.Window.t ->
int32 ->
unitbegin_resize wm seat window focuses window and begins the pointer resize operation on seat and window.
Effects: mutates WM state
step wm seat carries out the next drag operation step in seat.
Effects: mutates WM state