Raylib_fixed_types.ConfigFlags
include module type of struct include Types.ConfigFlags end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).ConfigFlags.t =
| Vsync_hint
| Fullscreen_mode
| Window_resizable
| Window_undecorated
| Window_hidden
| Window_minimized
| Window_maximized
| Window_unfocused
| Window_topmost
| Window_always_run
| Window_transparent
| Window_highdpi
| Window_mouse_passthrough
| Msaa_4x_hint
| Interlaced_hint
val vals : (t * int64) list
val t : t Ctypes_static.typ
val t_bitmask : t list Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t