Hi, I run into this Urho3D (1.5) error on GNU/Linux:
#0 Urho3D::Object::SendEvent (this=0x7fffe0039ab0, eventType=…, eventData=…)
at /store/software/urho3d/Urho3D.git/Source/Urho3D/Core/Object.cpp:290
290 URHO3D_LOGERROR(“Sending events is only supported from the main thread”);
Is there any particular reason I cannot send event from a non-main thread? Is it possible to support non-main thread sending events on certain platforms which may not have main thread only restrictions?