package allegro5

  1. Overview
  2. Docs
type t = {
  1. width : int;
  2. height : int;
  3. format : int;
  4. refresh_rate : int;
}
OCaml

Innovation. Community. Security.