Handbook
Glossary
rl-scissor ( x y width height -- )
Vocabulary
rlgl
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-scissor
void rlScissor
(
int
x,
int
y,
int
width,
int
height )