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 GLFWmonitorGLFW.getPrimaryMonitor()@Nullable GLFWmonitorGLFW.getWindowMonitor(@Nullable GLFWwindow window) Methods in club.doki7.glfw with parameters of type GLFWmonitorModifier and TypeMethodDescription@Nullable GLFWwindowGLFW.createWindow(int width, int height, @Nullable BytePtr title, @Nullable GLFWmonitor monitor, @Nullable GLFWwindow share) intGLFW.getCocoaMonitor(@Nullable GLFWmonitor monitor) @Nullable IGLFWgammarampGLFW.getGammaRamp(@Nullable GLFWmonitor monitor) voidGLFW.getMonitorContentScale(@Nullable GLFWmonitor monitor, @Nullable FloatPtr xscale, @Nullable FloatPtr yscale) @Nullable BytePtrGLFW.getMonitorName(@Nullable GLFWmonitor monitor) voidGLFW.getMonitorPhysicalSize(@Nullable GLFWmonitor monitor, @Nullable IntPtr widthMM, @Nullable IntPtr heightMM) voidGLFW.getMonitorPos(@Nullable GLFWmonitor monitor, @Nullable IntPtr xpos, @Nullable IntPtr ypos) @NotNull MemorySegmentGLFW.getMonitorUserPointer(@Nullable GLFWmonitor monitor) voidGLFW.getMonitorWorkarea(@Nullable GLFWmonitor monitor, @Nullable IntPtr xpos, @Nullable IntPtr ypos, @Nullable IntPtr width, @Nullable IntPtr height) @Nullable IGLFWvidmodeGLFW.getVideoMode(@Nullable GLFWmonitor monitor) @Nullable IGLFWvidmodeGLFW.getVideoModes(@Nullable GLFWmonitor monitor, @Nullable IntPtr count) @NotNull MemorySegmentGLFW.getWaylandMonitor(@Nullable GLFWmonitor monitor) @Nullable BytePtrGLFW.getWin32Adapter(@Nullable GLFWmonitor monitor) @Nullable BytePtrGLFW.getWin32Monitor(@Nullable GLFWmonitor monitor) longGLFW.getX11Adapter(@Nullable GLFWmonitor monitor) longGLFW.getX11Monitor(@Nullable GLFWmonitor monitor) voidGLFW.setGamma(@Nullable GLFWmonitor monitor, float gamma) voidGLFW.setGammaRamp(@Nullable GLFWmonitor monitor, @Nullable IGLFWgammaramp ramp) voidGLFW.setMonitorUserPointer(@Nullable GLFWmonitor monitor, @NotNull MemorySegment pointer) voidGLFW.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 recordRepresents a pointer toGLFWmonitorhandle(s) in native memory.Methods in club.doki7.glfw.handle that return GLFWmonitorModifier and TypeMethodDescription@Nullable GLFWmonitorGLFWmonitor.Ptr.read()@Nullable GLFWmonitorGLFWmonitor.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.PtrGLFWmonitor.Ptr.allocate(Arena arena, @Nullable GLFWmonitor @NotNull [] values) static GLFWmonitor.PtrGLFWmonitor.Ptr.allocateV(Arena arena, @Nullable GLFWmonitor value0, @Nullable GLFWmonitor... values) voidGLFWmonitor.Ptr.write(long index, @Nullable GLFWmonitor value) voidGLFWmonitor.Ptr.write(@Nullable GLFWmonitor value) voidGLFWmonitor.Ptr.write(@Nullable GLFWmonitor[] values) voidGLFWmonitor.Ptr.writeV(@Nullable GLFWmonitor value0, @Nullable GLFWmonitor... values) Method parameters in club.doki7.glfw.handle with type arguments of type GLFWmonitorModifier and TypeMethodDescriptionstatic GLFWmonitor.PtrGLFWmonitor.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLFWmonitor> values)