X11PropertyNotifyEvent constructor

X11PropertyNotifyEvent(
  1. X11ResourceId window,
  2. X11Atom atom,
  3. int state,
  4. int time,
)

Implementation

X11PropertyNotifyEvent(this.window, this.atom, this.state, this.time);