package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type types = [
  1. | `BUTTON_PRESS
  2. | `TWO_BUTTON_PRESS
  3. | `THREE_BUTTON_PRESS
  4. | `BUTTON_RELEASE
]
type t = types Gdk.event
val cast : any -> t
val time : [< timed ] Gdk.event -> int32
val x : t -> float
val y : t -> float
val axes : t -> (float * float) option
val state : t -> int
val button : t -> int
val device : t -> Gdk.device
val x_root : t -> float
val y_root : t -> float
val set_type : t -> [< types ] -> unit
val set_button : t -> int -> unit