HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
546 stars 44 forks source link

Grab mouse cursor #263

Open TheMode opened 1 year ago

TheMode commented 1 year ago

The MouseCursor seems to be lacking the hand grab type, useful for dragging.

"Open/Closed hand" in macos: https://support.apple.com/guide/mac-help/pointers-in-macos-mh35695/mac

Grab cursor on windows (couldnt find official link): 12) https://digitalworld839.com/cursor-types/

tonsky commented 1 year ago

IIRC it requires custom cursors on some platforms. Would be a nice addition for sure