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 MethodHandleGLFWFunctionTypes.IGLFWmonitorfun.of(@NotNull GLFWFunctionTypes.IGLFWmonitorfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWmonitorfun.ofNative(@NotNull GLFWFunctionTypes.IGLFWmonitorfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWmonitorfun.ofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWmonitorfun lambda) @NotNull MemorySegmentGLFW.setMonitorCallback(GLFWFunctionTypes.IGLFWmonitorfun callback) @NotNull MemorySegmentGLFW.setMonitorCallback(Arena arena, GLFWFunctionTypes.IGLFWmonitorfun callback)