There was an error while loading. Please reload this page.
Sets the on_left_dragmove handler for mouse dragging in the graphics area.
on_left_dragmove
pyui.set_on_left_dragmove_handler(function)
function
nil
The parameters to the handler function are as follows:
function on_click_handler(info)
info
{...}
info.coos_vp
{u, v}
info.ctrl_key
boolean
info.shift_key
info.alt_key
This handler is specific to the current modal environment / dialog and can only be set within a dialog.
In order to retreive on_left_dragmove and on_left_dragend events, the on_left_dragstart handler has to be set.
on_left_dragend
on_left_dragstart
This function is available in V26 and above.
Control Gallery, set_on_left_dragstart_handler, set_on_left_dragend_handler, set_on_left_click_handler, set_on_right_click_handler, show_cursor_crosshair