我想在LWJGL项目中更改Java中的Cursor图像。但到目前为止,我只找到了使用GLFW窗口的解决方案,我没有使用它。
我真的不知道如何,因为任何尝试都失败了。 请帮忙
答案 0 :(得分:0)
LWJGL 2.9.1
Cursor cursor = new Cursor(int width, int height, int xHotspot, int yHotspot, int numImages, IntBuffer images, IntBuffer delays);
Mouse.setNativeCursor(cursor);
此外,LWJGL 2不再受支持,您应该开始使用LWJGL 3 https://github.com/LWJGL/lwjgl3-wiki/wiki/1.2.-Why-a-new-version