fix android compile, fix windows system info log, implement touch/stylus events on windows

This commit is contained in:
2018-10-08 21:13:44 +02:00
parent 365af43891
commit dba5eef824
9 changed files with 65 additions and 33 deletions

View File

@@ -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";