Uses of Record Class
club.doki7.glfw.handle.GLFWmonitor
Packages that use GLFWmonitor
-
Uses of GLFWmonitor in club.doki7.glfw
Methods in club.doki7.glfw that return GLFWmonitorModifier and TypeMethodDescription@Nullable GLFWmonitor
GLFW.getPrimaryMonitor()
@Nullable GLFWmonitor
GLFW.getWindowMonitor
(@Nullable GLFWwindow window) Methods in club.doki7.glfw with parameters of type GLFWmonitorModifier and TypeMethodDescription@Nullable GLFWwindow
GLFW.createWindow
(int width, int height, @Nullable BytePtr title, @Nullable GLFWmonitor monitor, @Nullable GLFWwindow share) int
GLFW.getCocoaMonitor
(@Nullable GLFWmonitor monitor) @Nullable IGLFWgammaramp
GLFW.getGammaRamp
(@Nullable GLFWmonitor monitor) void
GLFW.getMonitorContentScale
(@Nullable GLFWmonitor monitor, @Nullable FloatPtr xscale, @Nullable FloatPtr yscale) @Nullable BytePtr
GLFW.getMonitorName
(@Nullable GLFWmonitor monitor) void
GLFW.getMonitorPhysicalSize
(@Nullable GLFWmonitor monitor, @Nullable IntPtr widthMM, @Nullable IntPtr heightMM) void
GLFW.getMonitorPos
(@Nullable GLFWmonitor monitor, @Nullable IntPtr xpos, @Nullable IntPtr ypos) @NotNull MemorySegment
GLFW.getMonitorUserPointer
(@Nullable GLFWmonitor monitor) void
GLFW.getMonitorWorkarea
(@Nullable GLFWmonitor monitor, @Nullable IntPtr xpos, @Nullable IntPtr ypos, @Nullable IntPtr width, @Nullable IntPtr height) @Nullable IGLFWvidmode
GLFW.getVideoMode
(@Nullable GLFWmonitor monitor) @Nullable IGLFWvidmode
GLFW.getVideoModes
(@Nullable GLFWmonitor monitor, @Nullable IntPtr count) @NotNull MemorySegment
GLFW.getWaylandMonitor
(@Nullable GLFWmonitor monitor) @Nullable BytePtr
GLFW.getWin32Adapter
(@Nullable GLFWmonitor monitor) @Nullable BytePtr
GLFW.getWin32Monitor
(@Nullable GLFWmonitor monitor) long
GLFW.getX11Adapter
(@Nullable GLFWmonitor monitor) long
GLFW.getX11Monitor
(@Nullable GLFWmonitor monitor) void
GLFW.setGamma
(@Nullable GLFWmonitor monitor, float gamma) void
GLFW.setGammaRamp
(@Nullable GLFWmonitor monitor, @Nullable IGLFWgammaramp ramp) void
GLFW.setMonitorUserPointer
(@Nullable GLFWmonitor monitor, @NotNull MemorySegment pointer) void
GLFW.setWindowMonitor
(@Nullable GLFWwindow window, @Nullable GLFWmonitor monitor, int xpos, int ypos, int width, int height, int refreshRate) -
Uses of GLFWmonitor in club.doki7.glfw.handle
Classes in club.doki7.glfw.handle that implement interfaces with type arguments of type GLFWmonitorModifier and TypeClassDescriptionstatic final record
Represents a pointer toGLFWmonitor
handle(s) in native memory.Methods in club.doki7.glfw.handle that return GLFWmonitorModifier and TypeMethodDescription@Nullable GLFWmonitor
GLFWmonitor.Ptr.read()
@Nullable GLFWmonitor
GLFWmonitor.Ptr.read
(long index) Methods in club.doki7.glfw.handle that return types with arguments of type GLFWmonitorMethods in club.doki7.glfw.handle with parameters of type GLFWmonitorModifier and TypeMethodDescriptionstatic GLFWmonitor.Ptr
GLFWmonitor.Ptr.allocate
(Arena arena, @Nullable GLFWmonitor @NotNull [] values) static GLFWmonitor.Ptr
GLFWmonitor.Ptr.allocateV
(Arena arena, @Nullable GLFWmonitor value0, @Nullable GLFWmonitor... values) void
GLFWmonitor.Ptr.write
(long index, @Nullable GLFWmonitor value) void
GLFWmonitor.Ptr.write
(@Nullable GLFWmonitor value) void
GLFWmonitor.Ptr.write
(@Nullable GLFWmonitor[] values) void
GLFWmonitor.Ptr.writeV
(@Nullable GLFWmonitor value0, @Nullable GLFWmonitor... values) Method parameters in club.doki7.glfw.handle with type arguments of type GLFWmonitorModifier and TypeMethodDescriptionstatic GLFWmonitor.Ptr
GLFWmonitor.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLFWmonitor> values)