Searched refs:fQuit (Results 1 – 2 of 2) sorted by relevance
39 ApplicationState() : fQuit(false) {} in ApplicationState()42 bool fQuit; member73 state->fQuit = true; in handle_events()78 state->fQuit = true; in handle_events()261 while (!state.fQuit) { // Our application loop