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 GLFWcursor
GLFW.createCursor
(@Nullable IGLFWimage image, int xhot, int yhot) @Nullable GLFWcursor
GLFW.createStandardCursor
(int shape) Methods in club.doki7.glfw with parameters of type GLFWcursorModifier and TypeMethodDescriptionvoid
GLFW.destroyCursor
(@Nullable GLFWcursor cursor) void
GLFW.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 record
Represents a pointer toGLFWcursor
handle(s) in native memory.Methods in club.doki7.glfw.handle that return GLFWcursorModifier and TypeMethodDescription@Nullable GLFWcursor
GLFWcursor.Ptr.read()
@Nullable GLFWcursor
GLFWcursor.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.Ptr
GLFWcursor.Ptr.allocate
(Arena arena, @Nullable GLFWcursor @NotNull [] values) static GLFWcursor.Ptr
GLFWcursor.Ptr.allocateV
(Arena arena, @Nullable GLFWcursor value0, @Nullable GLFWcursor... values) void
GLFWcursor.Ptr.write
(long index, @Nullable GLFWcursor value) void
GLFWcursor.Ptr.write
(@Nullable GLFWcursor value) void
GLFWcursor.Ptr.write
(@Nullable GLFWcursor[] values) void
GLFWcursor.Ptr.writeV
(@Nullable GLFWcursor value0, @Nullable GLFWcursor... values) Method parameters in club.doki7.glfw.handle with type arguments of type GLFWcursorModifier and TypeMethodDescriptionstatic GLFWcursor.Ptr
GLFWcursor.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLFWcursor> values)