| 287 | } |
| 288 | |
| 289 | void Push2Control::OnClicked(float x, float y, bool right) |
| 290 | { |
| 291 | IDrawableModule::OnClicked(x, y, right); |
| 292 | |
| 293 | if (!ThePushBridge.IsInitialized()) |
| 294 | { |
| 295 | Initialize(); |
| 296 | } |
| 297 | } |
| 298 | |
| 299 | void Push2Control::LoadLayout(const ofxJSONElement& moduleInfo) |
| 300 | { |
nothing calls this directly
no test coverage detected