[][src]Function amethyst_input::get_mouse_button

pub fn get_mouse_button(event: &Event) -> Option<(MouseButton, ElementState)>

If this event was for manipulating a mouse button, this will return the MouseButton and the new state.