Module button

Module button 

Source
Available on crate feature api-button only.
Expand description

Button interface.

A button is an input interface with 2 states: pressed and released. Buttons must support triggering events when changing state. Events may be enabled or disabled per button.

Structs§

Event
Button event.

Traits§

Api
Button interface.