Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWwindowfocusfun
Packages that use GLFWFunctionTypes.IGLFWwindowfocusfun
-
Uses of GLFWFunctionTypes.IGLFWwindowfocusfun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWwindowfocusfunModifier and TypeMethodDescriptionstatic MethodHandleGLFWFunctionTypes.IGLFWwindowfocusfun.of(@NotNull GLFWFunctionTypes.IGLFWwindowfocusfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWwindowfocusfun.ofNative(@NotNull GLFWFunctionTypes.IGLFWwindowfocusfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWwindowfocusfun.ofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowfocusfun lambda) @NotNull MemorySegmentGLFW.setWindowFocusCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback) @NotNull MemorySegmentGLFW.setWindowFocusCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback)