blob: 1bf5d34451a73f2c5aac909a647ddce703f7952b [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! Provides types related to mouse configuration events. Such
//! events are generated and consumed entirely within the input
//! pipeline library.
#[derive(Clone, Debug, PartialEq)]
pub enum MouseConfigEvent {
ToggleImmersiveMode,
}