Handbook
Glossary
begin-scissor-mode ( x y width height -- )
Vocabulary
raylib
Inputs
x
an
int
y
an
int
width
an
int
height
an
int
Outputs
None
Word description
Begin scissor mode (define screen area for following drawing)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
begin-scissor-mode
void
BeginScissorMode (
int
x,
int
y,
int
width,
int
height )