Skip to main content

Crate fidl_next_common_fuchsia_input

Crate fidl_next_common_fuchsia_input 

Source

Re-exports§

pub use self::natural::*;

Modules§

generic
natural
wire
wire_optional

Constants§

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.