Handbook
Glossary
get-screen-to-world-ray-ex ( position camera width height -- Ray )
Vocabulary
raylib
Inputs
position
an
object
camera
an
object
width
an
object
height
an
object
Outputs
Ray
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-screen-to-world-ray-ex
Ray GetScreenToWorldRayEx
(
Vector2
position,
Camera
camera,
int
width,
int
height )