mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Return correct OS X Cursor.getCapabilities() value
This commit is contained in:
parent
4e1d539095
commit
a5c7ec0017
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ final class MacOSXDisplay implements DisplayImplementation {
|
|||
|
||||
public int getNativeCursorCapabilities() {
|
||||
if (native_mode) {
|
||||
return Cursor.CURSOR_ONE_BIT_TRANSPARENCY;
|
||||
return Cursor.CURSOR_ONE_BIT_TRANSPARENCY | Cursor.CURSOR_8_BIT_ALPHA | Cursor.CURSOR_ANIMATION;
|
||||
}
|
||||
|
||||
return AWTUtil.getNativeCursorCapabilities();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue