GdkEventButton


Vocabulary
gdk.ffi

Definition


STRUCT: GdkEventButton
{ type GdkEventType initial: 0 } { window GdkWindow* }
{ send_event gint8 initial: 0 } { time guint32 initial: 0 }
{ x gdouble initial: 0.0 } { y gdouble initial: 0.0 }
{ axes gdouble* } { state guint initial: 0 }
{ button guint initial: 0 } { device GdkDevice* }
{ x_root gdouble initial: 0.0 }
{ y_root gdouble initial: 0.0 } ;


Methods