pygame_gui icon indicating copy to clipboard operation
pygame_gui copied to clipboard

Change mouse pointer to "I" when hovering UITextEntryLine

Open nb-programmer opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. No. This is an enhancement / useful feature

Describe the solution you'd like When the user Hovers over the UITextEntryLine element (i.e. edit text box), the mouse cursor should change to the "I" pointer (i.e. the CSS { cursor: text } cursor). Currently mouse pointer does not change.

Describe alternatives you've considered Parameter in the constructor, or a setter method to enable it (or enabled by default)

Additional context Tested on Pygame_gui version 0.6.4

nb-programmer avatar Feb 03 '22 06:02 nb-programmer

I've had a go at adding this so it should make it into the next version 0.6.5

MyreMylar avatar Feb 03 '22 22:02 MyreMylar