MouseEncodingMode

Normalized mouse encoding modes exposed to input encoders.

Values match the packed ordinals returned by core's input-state decoder.

Properties

Link copied to clipboard
const val DEFAULT: Int = 0

Bounded legacy ESC [ M mouse encoding.

Link copied to clipboard
const val SGR: Int = 2

SGR decimal mouse encoding.

Link copied to clipboard
const val SGR_PIXELS: Int = 4

SGR pixel mouse encoding.

Link copied to clipboard
const val URXVT: Int = 3

URXVT mouse encoding, currently policy-gated in input.

Link copied to clipboard
const val UTF8: Int = 1

UTF-8 mouse encoding, currently policy-gated in input.