LazyGui
LazyGui copied to clipboard
Change cursor to denote UI behaviours
Processing allows one to change cursors with cursor() (which takes on of ARROW, CROSS, HAND, MOVE, TEXT, or WAIT).
This could be used to appropriately denote UI behaviours (for instance MOVE when a window is being dragged).
Also solves https://github.com/KrabCode/LazyGui/issues/148 (cursor(TEXT)).
I'd like to change the cursor image based on action taken, that's a great suggestion...
but it doesn't solve the linked issue - that's about allowing the user to click text to place the blinking text cursor or to navigate with keyboard arrows.