Changeset 8339 in orxonox.OLD for trunk/src/lib/event
- Timestamp:
- Jun 13, 2006, 11:10:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/event/event_handler.cc
r8316 r8339 14 14 */ 15 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_EVENT16 #define DEBUG_SPECIAL_MODULE 4 //DEBUG_MODULE_EVENT 17 17 18 18 #include "event_handler.h" … … 112 112 return; 113 113 114 PRINTF(4)("Switching to State %s\n", EventHandler::ELStateToString(state).c_str()); 115 114 116 /// When Changing the State, all the keys will be released. 115 117 /// This is done by sending each eventListener, that still
Note: See TracChangeset
for help on using the changeset viewer.