raylib.constants
Raylib_generated_constants.ConfigFlag
raylib
raylib.c
raylib.functions
raylib.types
type t =
| Reserved
| Fullscreen_mode
| Window_resizable
| Window_undecorated
| Window_transparent
| Window_hidden
| Window_always_run
| MSAA_4X_hint
| VSync_hint
val t : t Ctypes.typ
val t_bitmask : t list Ctypes.typ
val to_int : t -> int
val of_int : int -> t