예제 #1
0
static void
SystemProcessTimer()
{
#ifdef _WIN32_WCE
  HeapCompact();
#endif

  SystemClockTimer();

  CheckDisplayTimeOut(false);
}
예제 #2
0
void
ProcessTimer::CommonProcessTimer()
{
  CheckDisplayTimeOut(false);

  DisplayModes();
  ExchangeBlackboard();

  // send ignore command
  SetSettingsMap().MapScale = fixed_zero;

  InfoBoxManager::ProcessTimer();
  InputEvents::ProcessTimer();

  AirspaceProcessTimer();
  MessageProcessTimer();
}