Struct

AstalMotionEvent

Description

struct AstalMotionEvent {
  guint time;
  gdouble x;
  gdouble y;
  GdkModifierType modifier;
}

Struct for GdkEventMotion.

Structure members
time: guint

No description available.

x: gdouble

No description available.

y: gdouble

No description available.

modifier: GdkModifierType

No description available.

Instance methods

astal_motion_event_init
No description available.