how to call the inputmanager::windowProc

planB

17-06-2010 03:40:47

hi, everyone!

i want to use the Win32_OIS inputmanager which is in the common folder of mygui . when i viewed the code, i found that there is a call back function inputmanager::windowProc, but i down't how to use this function.

what i want to do with this function is that, cutdown and translate the character message to asian character.
so, in my ogre app, in the function below, how can i call the inputmanager::windowProc?

bool BaseApp::keyPressed(const OIS::KeyEvent& evt)
{
return true;
}


or somebody have other good idea to cutdown and translate the character message?