mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Add fullscreen to example_gamepad when on RPi
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
void ofApp::setup(){
|
||||
ofBackground(0);
|
||||
|
||||
#ifdef TARGET_RASPBERRY_PI
|
||||
ofSetFullscreen(true);
|
||||
#endif
|
||||
|
||||
mapper.setup();
|
||||
InputHandler::instance()->initialise();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user