1#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] 2pub enum MouseButton { 3 Left, 4 Center, 5 Right, 6}