Skip to content

Commit 78209f1

Browse files
committed
FLAlertLayer::onEnter
1 parent 2ea3bc6 commit 78209f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8640,6 +8640,7 @@ class FLAlertLayer : cocos2d::CCLayerColor {
86408640
return FLAlertLayer::create(nullptr, title, desc, btn, nullptr, 300.0);
86418641
}
86428642

8643+
virtual void onEnter() = win 0x52db0, m1 0x3f6a84, imac 0x489640, ios 0x2ac0d4;
86438644
virtual bool ccTouchBegan(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) = win 0x52a00, imac 0x489190, m1 0x3f6568, ios 0x2abcac;
86448645
virtual void ccTouchMoved(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) = win 0x52b50, m1 0x3f6818, imac 0x4893d0, ios 0x2abe9c;
86458646
virtual void ccTouchEnded(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) = win 0x52aa0, imac 0x4892b0, m1 0x3f66c8, ios 0x2abd64;
@@ -8659,7 +8660,6 @@ class FLAlertLayer : cocos2d::CCLayerColor {
86598660
bool init(int opacity) = win 0x51a50, imac 0x488de0, m1 0x3f61c0, ios 0x2aba58;
86608661
void onBtn1(cocos2d::CCObject* sender) = win 0x52940, imac 0x488f00, m1 0x3f62e4, ios 0x2abb58;
86618662
void onBtn2(cocos2d::CCObject* sender) = win 0x529a0, imac 0x488f60, m1 0x3f6344, ios 0x2abbb8;
8662-
// virtual void onEnter() = win 0x52db0, m1 0x3f6a84, imac 0x489640, ios 0x2ac0d4; // only exists on armv7...
86638663

86648664
cocos2d::CCMenu* m_buttonMenu;
86658665
FLAlertLayerProtocol* m_alertProtocol;

0 commit comments

Comments
 (0)