18 method reshape
: int -> int -> unit
19 method mouse
: int -> bool -> int -> int -> int -> unit
20 method motion
: int -> int -> unit
21 method pmotion
: int -> int -> unit
22 method key
: int -> int -> unit
23 method enter
: int -> int -> unit
25 method winstate
: winstate list
-> unit
29 val setcursor
: cursor
-> unit;;
30 val settitle
: string -> unit;;
31 val swapb
: unit -> unit;;
32 val readresp
: Unix.file_descr
-> unit;;
33 val init
: t
-> int -> int -> bool -> Unix.file_descr
* int * int;;
34 val fullscreen
: unit -> unit;;
35 val reshape
: int -> int -> unit;;
36 val activatewin
: unit -> unit;;
37 val withalt
: int -> bool;;
38 val withctrl
: int -> bool;;
39 val withshift
: int -> bool;;
40 val withmeta
: int -> bool;;
41 val withnone
: int -> bool;;
46 val keyname
: int -> string;;
47 val namekey
: string -> int;;