Skip to content

Instantly share code, notes, and snippets.

@eightlines
Created October 9, 2013 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eightlines/6902219 to your computer and use it in GitHub Desktop.
Save eightlines/6902219 to your computer and use it in GitHub Desktop.
Test case for oF 0.8 escape quits app regression.
#include "ofApp.h"
void ofApp::setup(){
ofSetEscapeQuitsApp(false);
}
#pragma once
#include "ofMain.h"
class ofApp : public ofBaseApp {
public:
void setup();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment