Serialize this Event Class to string.
- Returns
- Returns Serialized string.
Reimplemented from Spices::Event.
Definition at line 53 of file WindowEvent.h.
54 {
55 std::stringstream ss;
57
58 return ss.str();
59 }
uint32_t m_Height
New Windows Height.
uint32_t m_Width
Specific this Class Type with WindowResize.
References m_Height, and m_Width.