Constant KEYBOARD_MAX_NUM_KEYS
pub const KEYBOARD_MAX_NUM_KEYS: u32 = 256; // 256u32
Expand description
Hardcoded max sizes for keyboard vectors. These sizes should be increased if we ever see keyboards with more objects than can be represented.
pub const KEYBOARD_MAX_NUM_KEYS: u32 = 256; // 256u32
Hardcoded max sizes for keyboard vectors. These sizes should be increased if we ever see keyboards with more objects than can be represented.