Module view

Module view 

Source
Expand description

View system for Stream Deck applications.

This module provides types and traits for creating and managing views in a Stream Deck application.

Modules§

customizable
customizable view implementation for the view system.

Structs§

Button
A button in the view system.
ButtonMatrix
A matrix of buttons.
DisplayManager
A display manager for the view system.

Enums§

ButtonState
The state of a button.

Traits§

View
A trait for views in a Stream Deck application.
ViewState
A trait for view state.