diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-03-29 00:40:37 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-03-29 00:40:37 +0000 |
| commit | 7c75746b919d6ec1eeb609ae6f6bfb35b64e0cb7 (patch) | |
| tree | 490ffebc1749811eb8019846b0585655f86010dc /parser/output/raylib_api.txt | |
| parent | eda239cc97e78e548621013e2d2ce94149e8702b (diff) | |
| download | raylib-7c75746b919d6ec1eeb609ae6f6bfb35b64e0cb7.tar.gz raylib-7c75746b919d6ec1eeb609ae6f6bfb35b64e0cb7.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.txt')
| -rw-r--r-- | parser/output/raylib_api.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index d49ac33e..6a1c17c0 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -1,5 +1,5 @@ -Defines found: 56 +Defines found: 57 Define 001: RAYLIB_H Name: RAYLIB_H @@ -281,6 +281,11 @@ Define 056: SHADER_LOC_MAP_SPECULAR Type: UNKNOWN Value: SHADER_LOC_MAP_METALNESS Description: +Define 057: GetMouseRay + Name: GetMouseRay + Type: UNKNOWN + Value: GetScreenToWorldRay + Description: Compatibility hack for previous raylib versions Structures found: 34 @@ -1424,14 +1429,14 @@ Function 083: UnloadShader() (1 input parameters) Function 084: GetScreenToWorldRay() (2 input parameters) Name: GetScreenToWorldRay Return type: Ray - Description: Get a ray trace from mouse position - Param[1]: mousePosition (type: Vector2) + Description: Get a ray trace from screen position (i.e mouse) + Param[1]: position (type: Vector2) Param[2]: camera (type: Camera) Function 085: GetScreenToWorldRayEx() (4 input parameters) Name: GetScreenToWorldRayEx Return type: Ray - Description: Get a ray trace from mouse position in a viewport - Param[1]: mousePosition (type: Vector2) + Description: Get a ray trace from screen position (i.e mouse) in a viewport + Param[1]: position (type: Vector2) Param[2]: camera (type: Camera) Param[3]: width (type: float) Param[4]: height (type: float) |
