struct
#include <core/io/window.hpp>
MouseButtonEvent 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.