mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 16:43:07 +00:00
removed cout spam
This commit is contained in:
parent
5395721c26
commit
71a6ce2202
1 changed files with 2 additions and 4 deletions
|
|
@ -387,8 +387,6 @@ namespace MWInput
|
||||||
|
|
||||||
bool InputManager::keyPressed( const OIS::KeyEvent &arg )
|
bool InputManager::keyPressed( const OIS::KeyEvent &arg )
|
||||||
{
|
{
|
||||||
std::cout << "text received: " << arg.text << std::endl;
|
|
||||||
|
|
||||||
mInputCtrl->keyPressed (arg);
|
mInputCtrl->keyPressed (arg);
|
||||||
unsigned int text = arg.text;
|
unsigned int text = arg.text;
|
||||||
#ifdef __APPLE__ // filter \016 symbol for F-keys on OS X
|
#ifdef __APPLE__ // filter \016 symbol for F-keys on OS X
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue