sfml.window
SFVideoMode
sfml.audio
sfml.audio_oo
sfml.graphics
sfml.graphics_oo
sfml.network
sfml.network_oo
sfml.system
sfml.system_oo
sfml.window_oo
Online documentation for the VideoMode class
type t = {
width : int;
height : int;
bitsPerPixel : int;
}
val getFullscreenModes : unit -> t array
val getDesktopMode : unit -> t
val isValid : t -> bool
val make : ?bpp:int -> (int * int) -> t