module Button:sig
..end
typetypes =
[ `BUTTON_PRESS | `BUTTON_RELEASE | `THREE_BUTTON_PRESS | `TWO_BUTTON_PRESS ]
typet =
types Gdk.event
val cast : GdkEvent.any -> t
val time : [< GdkEvent.timed ] Gdk.event -> int32
val x : t -> float
val y : t -> float
val axes : t -> (float * float) option
val state : t -> int
t -> int
: val device : t -> Gdk.device
val x_root : t -> float
val y_root : t -> float
val set_type : t -> [< types ] -> unit
t -> int -> unit
: