MouseTrackingMode

Normalized mouse tracking modes exposed to input encoders.

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

Properties

Link copied to clipboard
const val ANY_EVENT: Int = 4

Any-event tracking: button and no-button motion events.

Link copied to clipboard
const val BUTTON_EVENT: Int = 3

Button-event tracking: normal tracking plus button drag motion.

Link copied to clipboard
const val NONE: Int = 0

Mouse reporting disabled.

Link copied to clipboard
const val NORMAL: Int = 2

Normal tracking: press, release, and wheel events.

Link copied to clipboard
const val X10: Int = 1

X10 tracking: press events only.