MouseReportMode enum

Inheritance

Constructors

MouseReportMode()
const

Values

normal → const MouseReportMode

The default mouse reporting mode where digits are encoded as bytes with 32 + code. This mode has a range from 1 to 223.

utf → const MouseReportMode

When code < 96 this is the same as normal, otherwise the code + 32 is encoded as 2 bytes in UTF-8. This mode has a range from 1 to 2015.

sgr → const MouseReportMode

In this mode the code are encoded as 10-based numbers. Tha range is unlimited.

urxvt → const MouseReportMode

Similar to sgr, the difference is that the button id is encoded as 32 + code.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<MouseReportMode>
A constant List of the values in this enum, in order of their declaration.