Module Console


module Console: sig  end
Module responsible for the builtin console

val draw : unit -> unit
Default function drawing the console. It only draws it if it is open. The game should use it if it doesn't have it's own. The mainloop given in Helpers.main uses it.
val resize : int -> int -> unit
Function that should be called to tell the console to resize itself. Should be called after every change of video resolution eg by Video.set_mode