Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
#include <MouseEvent.hpp>
Public Member Functions | |
MouseMotionEvent (const float x, const float y) | |
float | GetX () const noexcept |
float | GetY () const noexcept |
std::string | ToString () const override |
Public Member Functions inherited from Event | |
virtual EventType | GetEventType () const =0 |
virtual const char * | GetName () const =0 |
virtual std::uint32_t | GetCategoryFlags () const =0 |
bool | IsInCategory (EventCategory category) const noexcept |
bool | IsHandled () const noexcept |
void | SetHandled (const bool handled) noexcept |
Additional Inherited Members | |
Protected Attributes inherited from Event | |
bool | m_isHandled {false} |
Mouse Movement Event
Definition at line 15 of file MouseEvent.hpp.
|
inline |
Definition at line 17 of file MouseEvent.hpp.
|
inlinenoexcept |
Definition at line 21 of file MouseEvent.hpp.
|
inlinenoexcept |
Definition at line 22 of file MouseEvent.hpp.
|
inlineoverridevirtual |
Reimplemented from Event.
Definition at line 24 of file MouseEvent.hpp.