SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ToString()

virtual std::string Spices::WindowResizeOverEvent::ToString ( ) const
inlineoverridevirtual

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;
155 ss << "WindowResizeOverEvent: " << m_Width << ", " << m_Height;
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.