Module SFVideoMode

module SFVideoMode: sig .. end


Online documentation for the VideoMode class
type t 
type uint = int 
type contents = {
   width : uint;
   height : uint;
   bitsPerPixel : uint;
}
val getFullscreenModes : unit -> contents array
val getDesktopMode : unit -> contents