mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
define CCControlColourPicker::getColorValue
This commit is contained in:
parent
c6933db3f8
commit
a01e90b591
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue