Struct
AstalClickEvent
Description
struct AstalClickEvent {
gboolean release;
guint time;
gdouble x;
gdouble y;
GdkModifierType modifier;
AstalMouseButton button;
}
Struct for GdkEventButton.
Structure members
release:gbooleanNo description available.
time:guintNo description available.
x:gdoubleNo description available.
y:gdoubleNo description available.
modifier:GdkModifierTypeNo description available.
button:AstalMouseButtonNo description available.