ofDocsdocumentation application ofMainLoop

ofMainLoop


exit( )

void exit()

keyPressed( ... )

void keyPressed(ofKeyEventArgs &key)

loop( )

int loop()

loopOnce( )

void loopOnce()

ofMainLoop( )

ofMainLoop()

pollEvents( )

void pollEvents()

setCurrentWindow( ... )

void setCurrentWindow(ofAppBaseWindow *window)

setEscapeQuitsLoop( ... )

void setEscapeQuitsLoop(bool quits)

shouldClose( ... )

void shouldClose(int status)

~ofMainLoop( )

~ofMainLoop()

Variables

bool allowMultiWindow
bool bShouldClose
bool escapeQuits
int loopEvent
int status
void(*)() windowLoop