Event triggered when a mouse button is released. More...
#include <MouseEvent.h>
Public Member Functions | |
| MouseButtonReleasedEvent (int button) | |
| std::string | ToString () const override |
Public Member Functions inherited from AE::Events::MouseButtonEvent | |
| int | GetMouseButton () const |
Public Member Functions inherited from AE::Events::Event | |
| virtual EventType | GetEventType () const =0 |
| virtual const char * | GetName () const =0 |
| virtual int | GetCategoryFlags () const =0 |
| bool | IsInCategory (EventCategory category) |
Additional Inherited Members | |
Public Attributes inherited from AE::Events::Event | |
| bool | Handled = false |
Protected Member Functions inherited from AE::Events::MouseButtonEvent | |
| MouseButtonEvent (int button) | |
Protected Attributes inherited from AE::Events::MouseButtonEvent | |
| int | m_Button |
Event triggered when a mouse button is released.
Represents a mouse button release event. Provides information about which button was released.
|
inlineoverridevirtual |
Reimplemented from AE::Events::Event.