define CCControlColourPicker::getColorValue

This commit is contained in:
mat 2022-12-18 19:16:39 -03:00 committed by GitHub
parent c6933db3f8
commit a01e90b591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -961,6 +961,9 @@ class cocos2d::extension::CCControlColourPicker {
auto ccTouchBegan(cocos2d::CCTouch*, cocos2d::CCEvent*) = mac 0x1aae10;
auto init() = mac 0x1aa400;
static auto colourPicker() = mac 0x1aaa30;
auto getColorValue() {
return m_rgb;
}
}