Handbook
Glossary
set-mouse-offset ( offsetX offsetY -- )
Vocabulary
raylib
Inputs
offsetX
an
int
offsetY
an
int
Outputs
None
Word description
Set mouse offset
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-mouse-offset
void
SetMouseOffset (
int
offsetX,
int
offsetY )