projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
403276e
)
Commented out the 'Key 300 is unbound' messages, don't serve much purpose, but flood...
author
Ingo Ruhnke
<grumbel@gmx.de>
Wed, 14 May 2008 18:26:41 +0000
(18:26 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Wed, 14 May 2008 18:26:41 +0000
(18:26 +0000)
SVN-Revision: 5476
src/control/joystickkeyboardcontroller.cpp
patch
|
blob
|
history
diff --git
a/src/control/joystickkeyboardcontroller.cpp
b/src/control/joystickkeyboardcontroller.cpp
index
4b475a7
..
b97b9b7
100644
(file)
--- a/
src/control/joystickkeyboardcontroller.cpp
+++ b/
src/control/joystickkeyboardcontroller.cpp
@@
-514,7
+514,7
@@
JoystickKeyboardController::process_key_event(const SDL_Event& event)
process_menu_key_event(event);
} else if(key_mapping == keymap.end()) {
// default action: update controls
- log_debug << "Key " << event.key.keysym.sym << " is unbound" << std::endl;
+
//
log_debug << "Key " << event.key.keysym.sym << " is unbound" << std::endl;
} else {
Control control = key_mapping->second;
controls[control] = (event.type == SDL_KEYDOWN);