| 61 | } |
| 62 | |
| 63 | void ofApp::positionButtons() |
| 64 | { |
| 65 | button->setPosition(ofGetWidth()/2 - button->getWidth()/2, ofGetHeight()/2 - button->getHeight()); |
| 66 | toggle->setPosition(button->getX(), button->getY() + button->getHeight() + 20); |
| 67 | } |
| 68 | |
| 69 | |
| 70 |
nothing calls this directly
no test coverage detected