X11DeviceInfo constructor

const X11DeviceInfo({
  1. int id = 0,
  2. String name = '',
  3. X11Atom type = X11Atom.None,
  4. List<X11InputInfo> inputClasses = const [],
  5. X11DeviceUse deviceUse = X11DeviceUse.pointer,
})

Implementation

const X11DeviceInfo(
    {this.id = 0,
    this.name = '',
    this.type = X11Atom.None,
    this.inputClasses = const [],
    this.deviceUse = X11DeviceUse.pointer});