On 29/12/2015 at 06:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 15+
Platform: Windows ;
Language(s) : C++ ;
---------
I got a GeUserArea with heavy calculations, what I want is to put these calculations in a thread.
now the main questions:
1- is it safe to use a thread inside GeUserArea::InputEvent() function? this thread will call functions like GetInputState() , etc...
2- is it safe to call SendParentMessage(action) from a thread?