Handbook
Glossary
check-collision-recs ( rec1 rec2 -- bool )
Vocabulary
raylib
Inputs
rec1
a
Rectangle
rec2
a
Rectangle
Outputs
bool
a
bool
Word description
Check collision between two rectangles
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
check-collision-recs
bool
CheckCollisionRecs (
Rectangle
rec1,
Rectangle
rec2 )