1 2 3 4 5 6 7
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)] pub enum Button { Left, Right, Middle, Other(u8), }