Expand description

Keycode of mouse buttons

Example

if manager.get_mouse_button(Button::LBUTTON) == Action::Release {
    println!("Left mouse button is released");
}

Constants

Keycode of left mouse button
Keycode of middle mouse button
Keycode of right mouse button
Keycode of x mouse button 1
Keycode of x mouse button 2