Thanks a lot for replay my question, but i still get it worked. I just a new here, still have something didnt understand.
I have try this line code. I think this will try inject left button pressed. but this didnt work
CEGUI::System::getSingleton().injectMouseButtonDown(convertOISMouseButtonToCegui(OIS::MouseButtonID::MB_Left));
At moment, i looking code about OIS, i try call mousepressed() this function. do you think this will worked.
mMouse->listener->mousePressed(const OIS::MouseEvent::MouseEvent(), OIS::MouseButtonID::MB_Left);
is this line will call mousepressed() this function directly. and there has some error about first parameter passed in. i think that is a mouse pressed event.
i stoped at this problem too long and i cant work with further if i cant fix this. please have a look my problem. thank you very much