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 MethodHandle
GLFWFunctionTypes.IGLFWwindowfocusfun.of
(@NotNull GLFWFunctionTypes.IGLFWwindowfocusfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWwindowfocusfun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWwindowfocusfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWwindowfocusfun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowfocusfun lambda) @NotNull MemorySegment
GLFW.setWindowFocusCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback) @NotNull MemorySegment
GLFW.setWindowFocusCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback)