glfwCreateCursor ( image xhot yhot -- GLFWcursor* )


Vocabulary
glfw.ffi

Inputs
imagean object
xhotan object
yhotan object


Outputs
GLFWcursor*an object


Definition


LIBRARY: glfw FUNCTION: GLFWcursor* glfwCreateCursor
( GLFWimage* image, int xhot, int yhot )