Uses of Record Class
club.doki7.glfw.handle.GLFWcursor
Packages that use GLFWcursor
-
Uses of GLFWcursor in club.doki7.glfw
Methods in club.doki7.glfw that return GLFWcursorModifier and TypeMethodDescription@Nullable GLFWcursorGLFW.createCursor(@Nullable IGLFWimage image, int xhot, int yhot) @Nullable GLFWcursorGLFW.createStandardCursor(int shape) Methods in club.doki7.glfw with parameters of type GLFWcursorModifier and TypeMethodDescriptionvoidGLFW.destroyCursor(@Nullable GLFWcursor cursor) voidGLFW.setCursor(@Nullable GLFWwindow window, @Nullable GLFWcursor cursor) -
Uses of GLFWcursor in club.doki7.glfw.handle
Classes in club.doki7.glfw.handle that implement interfaces with type arguments of type GLFWcursorModifier and TypeClassDescriptionstatic final recordRepresents a pointer toGLFWcursorhandle(s) in native memory.Methods in club.doki7.glfw.handle that return GLFWcursorModifier and TypeMethodDescription@Nullable GLFWcursorGLFWcursor.Ptr.read()@Nullable GLFWcursorGLFWcursor.Ptr.read(long index) Methods in club.doki7.glfw.handle that return types with arguments of type GLFWcursorMethods in club.doki7.glfw.handle with parameters of type GLFWcursorModifier and TypeMethodDescriptionstatic GLFWcursor.PtrGLFWcursor.Ptr.allocate(Arena arena, @Nullable GLFWcursor @NotNull [] values) static GLFWcursor.PtrGLFWcursor.Ptr.allocateV(Arena arena, @Nullable GLFWcursor value0, @Nullable GLFWcursor... values) voidGLFWcursor.Ptr.write(long index, @Nullable GLFWcursor value) voidGLFWcursor.Ptr.write(@Nullable GLFWcursor value) voidGLFWcursor.Ptr.write(@Nullable GLFWcursor[] values) voidGLFWcursor.Ptr.writeV(@Nullable GLFWcursor value0, @Nullable GLFWcursor... values) Method parameters in club.doki7.glfw.handle with type arguments of type GLFWcursorModifier and TypeMethodDescriptionstatic GLFWcursor.PtrGLFWcursor.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLFWcursor> values)