begin-scissor-mode ( x y width height -- )


Vocabulary
raylib

Inputs
xan int
yan int
widthan int
heightan int


Outputs
None

Word description
Begin scissor mode (define screen area for following drawing)

Definition


LIBRARY: raylib FUNCTION-ALIAS: begin-scissor-mode void
BeginScissorMode ( int x, int y, int width, int height )