Skip to content

Raylib

Import: std/raylib.axs



These are private C/system function bindings used internally by the module.

SymbolParametersReturn Type
InitWindowi32, i32, stringvoid
CloseWindow(none)void
WindowShouldClose(none)i32
IsWindowReady(none)i32
IsWindowFullscreen(none)i32
IsWindowMinimized(none)i32
SetWindowTitlestringvoid
SetWindowSizei32, i32void
GetScreenWidth(none)i32
GetScreenHeight(none)i32
ToggleFullscreen(none)void
SetTargetFPSi32void
GetFPS(none)i32
GetFrameTime(none)f32
GetTime(none)f64
ClearBackgroundi32void
BeginDrawing(none)void
EndDrawing(none)void
DrawRectanglei32, i32, i32, i32, i32void
DrawRectangleLinesi32, i32, i32, i32, i32void
DrawCirclei32, i32, f32, i32void
DrawCircleLinesi32, i32, f32, i32void
DrawLinei32, i32, i32, i32, i32void
DrawTrianglef32, f32, f32, f32, f32, f32, i32void
DrawTextstring, i32, i32, i32, i32void
MeasureTextstring, i32i32
DrawFPSi32, i32void
IsKeyPressedi32i32
IsKeyDowni32i32
IsKeyReleasedi32i32
GetKeyPressed(none)i32
GetCharPressed(none)i32
IsMouseButtonPressedi32i32
IsMouseButtonDowni32i32
IsMouseButtonReleasedi32i32
GetMouseX(none)i32
GetMouseY(none)i32
GetMouseWheelMove(none)f32

Auto-generated from std/raylib.axs by scripts/gen_docs.sh