1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 09:23:51 +00:00

removed cout spam

This commit is contained in:
Nikolay Kasyanov 2012-08-20 21:14:29 +04:00
parent 5395721c26
commit 71a6ce2202

View file

@ -387,8 +387,6 @@ namespace MWInput
bool InputManager::keyPressed( const OIS::KeyEvent &arg )
{
std::cout << "text received: " << arg.text << std::endl;
mInputCtrl->keyPressed (arg);
unsigned int text = arg.text;
#ifdef __APPLE__ // filter \016 symbol for F-keys on OS X