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