11 method reshape
: int -> int -> unit
12 method mouse
: int -> bool -> int -> int -> int -> unit
13 method motion
: int -> int -> unit
14 method pmotion
: int -> int -> unit
15 method key
: int -> int -> unit
16 method enter
: int -> int -> unit
20 val setcursor
: cursor
-> unit;;
21 val settitle
: string -> unit;;
22 val swapb
: unit -> unit;;
23 val readresp
: Unix.file_descr
-> unit;;
24 val init
: t
-> int -> int -> Unix.file_descr
;;
25 val fullscreen
: unit -> unit;;
26 val reshape
: int -> int -> unit;;
27 val withalt
: int -> bool;;
28 val withctrl
: int -> bool;;
29 val withshift
: int -> bool;;
30 val toutf8
: int -> string;;