41 if (globalEventManagerPtr == NULL) {
43 assert( globalEventManagerPtr != NULL );
50 return globalEventManagerPtr != NULL;
67 bool DUPLICATE_DELETE_OF_OBJECT =
true;
69 sprintf( tempstr,
"\nERROR: duplicate delete of object %lX.\n\n", (
long unsigned int) controlToDelete );
70 fputs( tempstr, stderr );
71 #if defined (_MSC_VER) && defined (_DEBUG) && 0
72 if (DEBUG_ERROR_IN_MY_CODE)
73 _RPT0( _CRT_ERROR, tempstr );
75 printf(
"Attach a debugger now!" );
76 while (DUPLICATE_DELETE_OF_OBJECT) {}
87 for (
size_t i = 0;
i < queue.size();
i++)
116 }
while (found && !top);
123 vector< EventResponder* >::reverse_iterator iter;
126 if ( (*iter)->processCommand(
id, control ) )
190 m_mouseLoc( 0.0, 0.0 )
206 if (
m_responders.empty() && globalEventManagerPtr != NULL) {
213 globalEventManagerPtr = NULL;