I updated to CeGUI 0.7.1 and realized that injectMouseButtonDown (and all other inject methods) returns true.
The problem is in CeGUISystem.cpp line 1022 in function getTargetWindow
Code: Select all
if (!dest_window)
return 0;//dest_window = d_activeSheet;
After making the change above everything works like excepted.