| 245 | } |
| 246 | |
| 247 | void ofxTLUIHeader::setSendOSC(bool enable){ |
| 248 | if(sendOSCEnable != NULL){ |
| 249 | sendOSCEnable->setValue(enable); |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | bool ofxTLUIHeader::receiveOSC(){ |
| 254 | return receiveOSCEnable != NULL && receiveOSCEnable->getValue(); |
no outgoing calls
no test coverage detected