Uses of Record Class
club.doki7.glfw.datatype.GLFWvidmode
Packages that use GLFWvidmode
-
Uses of GLFWvidmode in club.doki7.glfw.datatype
Classes in club.doki7.glfw.datatype that implement interfaces with type arguments of type GLFWvidmodeModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.glfw.datatype that return GLFWvidmodeModifier and TypeMethodDescriptionstatic GLFWvidmode
@NotNull GLFWvidmode
GLFWvidmode.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.GLFWvidmode.blueBits
(int value) static GLFWvidmode
GLFWvidmode.clone
(Arena arena, GLFWvidmode src) GLFWvidmode.greenBits
(int value) GLFWvidmode.height
(int value) GLFWvidmode.redBits
(int value) GLFWvidmode.refreshRate
(int value) GLFWvidmode.Ptr.toArray()
GLFWvidmode.width
(int value) Methods in club.doki7.glfw.datatype that return types with arguments of type GLFWvidmodeMethods in club.doki7.glfw.datatype with parameters of type GLFWvidmodeModifier and TypeMethodDescriptionstatic GLFWvidmode
GLFWvidmode.clone
(Arena arena, GLFWvidmode src) void
GLFWvidmode.Ptr.write
(long index, @NotNull GLFWvidmode value) Method parameters in club.doki7.glfw.datatype with type arguments of type GLFWvidmodeModifier and TypeMethodDescriptionGLFWvidmode.Ptr.at
(long index, @NotNull Consumer<@NotNull GLFWvidmode> consumer)