X11LeaveNotifyEvent constructor

X11LeaveNotifyEvent(
  1. int detail,
  2. X11ResourceId root,
  3. int event,
  4. X11ResourceId child,
  5. X11Point positionRoot,
  6. X11Point position,
  7. int state,
  8. int mode,
  9. int sameScreenFocus,
  10. int time,
)

Implementation

X11LeaveNotifyEvent(
    this.detail,
    this.root,
    this.event,
    this.child,
    this.positionRoot,
    this.position,
    this.state,
    this.mode,
    this.sameScreenFocus,
    this.time);