NON_MATCHING | score: 10 (lower is better) can also get it to match by swapping the params and using mRootNode in place of mCallbackData, but that's not correct surely
| 41 | // can also get it to match by swapping the params and using mRootNode in place of mCallbackData, but that's |
| 42 | // not correct surely |
| 43 | void fuiFile::setCustomDrawCallback(void (*callback)(void*, const char*, fuiRect*), void* data) { |
| 44 | this->m_callbackData = data; |
| 45 | this->m_callbackFunc = callback; |
| 46 | } |
| 47 | |
| 48 | float fuiFile::getStageWidth() { |
| 49 | return this->m_header.m_stageSize.getWidth(); |