pub type MouseButton = MouseButton;
pub enum MouseButton { Left, Right, Middle, Back, Forward, Other(u16), }