GameConfig Type
Configuration for game window and framerate settings.
Config callbacks return a new GameConfig with desired changes applied. Use Program.withConfig to register callbacks.
Record fields
| Record Field |
Description
|
Full Usage:
Height
Field type: int
|
Window height in pixels. Default: 600.
|
Full Usage:
TargetFPS
Field type: int
|
Target frames per second. 0 = unlimited.
|
Full Usage:
Title
Field type: string
|
Window title.
|
Full Usage:
Width
Field type: int
|
Window width in pixels. Default: 800.
|
Mibo.Raylib