Add KeysLayer::init binding

Added init() function for KeysLayer class.
This commit is contained in:
dogotrigger 2023-02-03 20:22:22 +08:00 committed by GitHub
parent f48d2eabc5
commit 9078670bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3429,6 +3429,10 @@ class KeybindingsLayer : FLAlertLayer {
cocos2d::CCNode* m_rightArrow;
}
class KeysLayer : cocos2d::CCLayer {
virtual bool init() = win 0x154560;
}
class LabelGameObject : GameObject {
virtual bool init() = mac 0x2f5520, win 0x25b7c0;
void setObjectColor(cocos2d::_ccColor3B const&) = mac 0xdbca0;