Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWmonitorfun
Packages that use GLFWFunctionTypes.IGLFWmonitorfun
-
Uses of GLFWFunctionTypes.IGLFWmonitorfun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWmonitorfunModifier and TypeMethodDescriptionstatic MethodHandle
GLFWFunctionTypes.IGLFWmonitorfun.of
(@NotNull GLFWFunctionTypes.IGLFWmonitorfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWmonitorfun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWmonitorfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWmonitorfun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWmonitorfun lambda) @NotNull MemorySegment
GLFW.setMonitorCallback
(GLFWFunctionTypes.IGLFWmonitorfun callback) @NotNull MemorySegment
GLFW.setMonitorCallback
(Arena arena, GLFWFunctionTypes.IGLFWmonitorfun callback)