Handbook
Glossary
glfwCreateCursor ( image xhot yhot -- GLFWcursor* )
Vocabulary
glfw
.
ffi
Inputs
image
an
object
xhot
an
object
yhot
an
object
Outputs
GLFWcursor*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
glfw.ffi
LIBRARY:
glfw
FUNCTION:
GLFWcursor*
glfwCreateCursor
( GLFWimage* image,
int
xhot,
int
yhot )