Module Raylib_core.ConfigFlags

type t
val vsync_hint : t
val fullscreen_mode : t
val window_resizable : t
val window_undecorated : t
val window_hidden : t
val window_minimized : t
val window_maximized : t
val window_unfocused : t
val window_topmost : t
val window_always_run : t
val window_transparent : t
val window_highdpi : t
val window_mouse_passthrough : t
val borderless_windowed_mode : t
val msaa_4x_hint : t
val interlaced_hint : t
val (+) : t -> t -> t
val t : t Ctypes.typ