Serialize this Event Class to string.
- Returns
- Returns Serialized string.
Reimplemented from Spices::Event.
Definition at line 152 of file WindowEvent.h.
153 {
154 std::stringstream ss;
156
157 return ss.str();
158 }
uint32_t m_Width
Specific this Class Type with WindowResizeOver.
uint32_t m_Height
New Windows Height.
References m_Height, and m_Width.