Open veggiesaurus opened 4 years ago
Good idea
doesn't this work only if the cursor is already locked? How does this behave if the cursor is not locked? Isn't the cursor position then undefined because the mouse pointer is off the image?
Could it be the case that we show those buttons only when cursor is locked? If it is free we show nothing.
doesn't this work only if the cursor is already locked? How does this behave if the cursor is not locked? Isn't the cursor position then undefined because the mouse pointer is off the image?
I guess this is only really useful if the cursor is already locked. But it does give the user another way to lock or unlock the cursor if they forget that F
is the shortcut.
Not the cannot be used to lock the cursor since the cursor is over the region widget not the image. We dont currently use the right click button for anything. I wonder if we could have a right click menu that has lock cursor as an option.
Should we just add the two actions (lock and center) to the cursor as well? The lock icon applied to the cursor region could be used to toggle frozen/unfrozen cursor, and there's no reason why you shouldn't be able to center on the cursor region, in my mind.
@kswang1029 @zarda thoughts on this?