select method
Enables legacy Select key reporting when v is true.
Implementation
LegacyKeyEncoding select(bool v) =>
LegacyKeyEncoding(v ? (bits | _flagSelect) : (bits & ~_flagSelect));
Enables legacy Select key reporting when v is true.
LegacyKeyEncoding select(bool v) =>
LegacyKeyEncoding(v ? (bits | _flagSelect) : (bits & ~_flagSelect));