Defined within TextEvent is Uint32 Unicode.
Is there an std type that can natively support the that type in the form of a string? I'm currently using std::wstring, but warnings are making me cast to wchar_t when saving the event data to the wstring. Or is wstring the best option?
I just want to make sure I'm not accidently casting away valid data.