mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
Merge pull request #125 from SergeyMC9730/patch-1
Add `KeysLayer::init` binding
This commit is contained in:
commit
861fb11046
1 changed files with 4 additions and 0 deletions
|
@ -3429,6 +3429,10 @@ class KeybindingsLayer : FLAlertLayer {
|
||||||
cocos2d::CCNode* m_rightArrow;
|
cocos2d::CCNode* m_rightArrow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class KeysLayer : cocos2d::CCLayer {
|
||||||
|
virtual bool init() = win 0x154560;
|
||||||
|
}
|
||||||
|
|
||||||
class LabelGameObject : GameObject {
|
class LabelGameObject : GameObject {
|
||||||
virtual bool init() = mac 0x2f5520, win 0x25b7c0;
|
virtual bool init() = mac 0x2f5520, win 0x25b7c0;
|
||||||
void setObjectColor(cocos2d::_ccColor3B const&) = mac 0xdbca0;
|
void setObjectColor(cocos2d::_ccColor3B const&) = mac 0xdbca0;
|
||||||
|
|
Loading…
Reference in a new issue