X11DeviceInfo class

Constructors

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

Properties

deviceUse X11DeviceUse
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
inputClasses List<X11InputInfo>
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type X11Atom
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited