Raylib
raylib — API Reference
Section titled “raylib — API Reference”Import:
std/raylib.axs
FFI Extern Declarations (38)
Section titled “FFI Extern Declarations (38)”These are private C/system function bindings used internally by the module.
| Symbol | Parameters | Return Type |
|---|---|---|
InitWindow | i32, i32, string | void |
CloseWindow | (none) | void |
WindowShouldClose | (none) | i32 |
IsWindowReady | (none) | i32 |
IsWindowFullscreen | (none) | i32 |
IsWindowMinimized | (none) | i32 |
SetWindowTitle | string | void |
SetWindowSize | i32, i32 | void |
GetScreenWidth | (none) | i32 |
GetScreenHeight | (none) | i32 |
ToggleFullscreen | (none) | void |
SetTargetFPS | i32 | void |
GetFPS | (none) | i32 |
GetFrameTime | (none) | f32 |
GetTime | (none) | f64 |
ClearBackground | i32 | void |
BeginDrawing | (none) | void |
EndDrawing | (none) | void |
DrawRectangle | i32, i32, i32, i32, i32 | void |
DrawRectangleLines | i32, i32, i32, i32, i32 | void |
DrawCircle | i32, i32, f32, i32 | void |
DrawCircleLines | i32, i32, f32, i32 | void |
DrawLine | i32, i32, i32, i32, i32 | void |
DrawTriangle | f32, f32, f32, f32, f32, f32, i32 | void |
DrawText | string, i32, i32, i32, i32 | void |
MeasureText | string, i32 | i32 |
DrawFPS | i32, i32 | void |
IsKeyPressed | i32 | i32 |
IsKeyDown | i32 | i32 |
IsKeyReleased | i32 | i32 |
GetKeyPressed | (none) | i32 |
GetCharPressed | (none) | i32 |
IsMouseButtonPressed | i32 | i32 |
IsMouseButtonDown | i32 | i32 |
IsMouseButtonReleased | i32 | i32 |
GetMouseX | (none) | i32 |
GetMouseY | (none) | i32 |
GetMouseWheelMove | (none) | f32 |
Auto-generated from std/raylib.axs by scripts/gen_docs.sh