pub fn mouse_button_down(button: u32) -> bool
Returns true if the given mouse button is currently held down. Button 0 = primary (left), 1 = secondary (right), 2 = middle.
true