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