Closed tuffr5 closed 3 weeks ago
Does the current python API allow custom actions such as tracking the mouse dragging event to get the continuous mouse coordinates? Thank you.
Use input_event_bindings.viewer rather than input_event_bindings.data_view can do this trick.
input_event_bindings.viewer
input_event_bindings.data_view
Does the current python API allow custom actions such as tracking the mouse dragging event to get the continuous mouse coordinates? Thank you.