| 251 | } |
| 252 | |
| 253 | bool ofxTLUIHeader::receiveOSC(){ |
| 254 | return receiveOSCEnable != NULL && receiveOSCEnable->getValue(); |
| 255 | } |
| 256 | |
| 257 | void ofxTLUIHeader::setReceiveOSC(bool enable){ |
| 258 | if(receiveOSCEnable != NULL){ |
no outgoing calls
no test coverage detected