Handbook
Glossary
CGDisplayMoveCursorToPoint ( display point -- CGError )
Vocabulary
core-graphics
Inputs
display
an
object
point
an
object
Outputs
CGError
an
object
Definition
USING:
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
CGError
CGDisplayMoveCursorToPoint
(
CGDirectDisplayID
display,
CGPoint
point )