cubos::core::io::MouseButtonEvent struct

Event sent when a mouse button state changes.

Public variables

MouseButton button
Button that was pressed or released.
bool pressed
Whether the button was pressed or released.