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