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