//! Controller state snapshot.
/// A snapshot of the controller's current state.
///
/// This captures all slider/mode values at a point in time.
/// Use [`DisplayController::get_state`](crate::DisplayController::get_state) to obtain a snapshot.