There's code to attempt to change the cursor to a move one, so the user knows to drag to update params: ```rust egui_ctx.set_cursor_icon(egui::CursorIcon::Move); ``` But this doesn't actually seem to work. Tested in Reaper and Bitwig on OSX.
There's code to attempt to change the cursor to a move one, so the user knows to drag to update params:
But this doesn't actually seem to work. Tested in Reaper and Bitwig on OSX.