Constant MOUSE_MAX_NUM_BUTTONS
pub const MOUSE_MAX_NUM_BUTTONS: u32 = 32; // 32u32
Expand description
A hardcoded number of max mouse buttons. This should be increased in the future if we ever see mice with more buttons.
pub const MOUSE_MAX_NUM_BUTTONS: u32 = 32; // 32u32
A hardcoded number of max mouse buttons. This should be increased in the future if we ever see mice with more buttons.