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