#include <ApplicationEvent.h>
Definition at line 64 of file ApplicationEvent.h.
◆ WindowFocusEvent()
| Elevate::WindowFocusEvent::WindowFocusEvent |
( |
bool |
isFocused | ) |
|
|
inline |
◆ GetFocusState()
| bool Elevate::WindowFocusEvent::GetFocusState |
( |
| ) |
const |
|
inline |
◆ ToString()
| std::string Elevate::WindowFocusEvent::ToString |
( |
| ) |
const |
|
inlineoverridevirtual |
Reimplemented from Elevate::Event.
Definition at line 73 of file ApplicationEvent.h.
74 {
75 std::stringstream ss;
76 ss << "WindowFocusChange: " << m_IsFocused;
77 return ss.str();
78 }
The documentation for this class was generated from the following file: