@ -218,6 +218,10 @@ int ofxPiMapper::getSelectedSurface(){
return _application.getSurfaceManager()->getSelectedSurfaceIndex();
}
int ofxPiMapper::getSelectedVertex(){
return _application.getSurfaceManager()->getSelectedVertexIndex();
void ofxPiMapper::setInfoText(std::string text){
_application.setInfoText(text);
@ -56,6 +56,7 @@ class ofxPiMapper {
// Surfaces, active preset
unsigned int getNumSurfaces();
int getSelectedSurface();
int getSelectedVertex();
void selectSurface(int i);
void togglePerspective();
void selectNextSurface();