Skip to main contentCrate fidl_next_common_fuchsia_input
Source pub use self::natural::*;
- generic
- natural
- wire
- wire_optional
- CONSUMER_CONTROL_MAX_NUM_BUTTONS
- Hardcoded max sizes for ConsumerControl vectors. These sizes should be increased
if we ever see a device with more objects than can be represented.
- KEYBOARD_MAX_NUM_KEYS
- A hardcoded number of max keys per report. This should be increased in the future if
we see devices with more than the max amount.
- MOUSE_MAX_NUM_BUTTONS
- A hardcoded number of max mouse buttons. This should be increased in the future
if we ever see mice with more buttons.
- TOUCH_MAX_CONTACTS
- 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.
- TOUCH_MAX_NUM_BUTTONS
- The maximum number of touch buttons per report.