LazyGui icon indicating copy to clipboard operation
LazyGui copied to clipboard

Change cursor to denote UI behaviours

Open micycle1 opened this issue 2 years ago • 2 comments

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).

micycle1 avatar Apr 04 '23 18:04 micycle1

Also solves https://github.com/KrabCode/LazyGui/issues/148 (cursor(TEXT)).

micycle1 avatar Apr 04 '23 18:04 micycle1

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.

KrabCode avatar Apr 04 '23 20:04 KrabCode