module Termisu::Event::MouseProtocol

Overview

Mouse protocol bit masks for Cb byte decoding. Defined outside the enum to avoid type coercion issues.

Defined in:

termisu/event/mouse.cr

Constant Summary

BUTTON_MASK = 3

Low 2 bits encode button number.

WHEEL_BIT = 64

Bit 6 indicates wheel events.