Constant TOUCH_MAX_CONTACTS
pub const TOUCH_MAX_CONTACTS: u32 = 10; // 10u32
Expand description
A hardcoded number of max contacts per report. This should be increased in the future if we see devices with more than the max amount.
pub const TOUCH_MAX_CONTACTS: u32 = 10; // 10u32
A hardcoded number of max contacts per report. This should be increased in the future if we see devices with more than the max amount.