fix android compile, fix windows system info log, implement touch/stylus events on windows
This commit is contained in:
@@ -122,7 +122,7 @@ void LogRemote::log(const wchar_t* format, ...)
|
||||
//use converter (.to_bytes: wstr->str, .from_bytes: str->wstr)
|
||||
//std::string converted_str = converter.to_bytes(string_to_convert);
|
||||
|
||||
m_mq.Post(std::move(converted));
|
||||
m_mq.Post(std::string(converted));
|
||||
if (m_logfile.is_open())
|
||||
{
|
||||
auto line = converted + "\n";
|
||||
|
||||
Reference in New Issue
Block a user