Skip to content

Commit

Permalink
Fix TableView::create (#659)
Browse files Browse the repository at this point in the history
* Update GeometryDash.bro

* Update GeometryDash.bro

* Update GeometryDash.bro
  • Loading branch information
hiimjasmine00 authored Jul 19, 2024
1 parent 68e0712 commit 4ebccfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -17303,13 +17303,13 @@ class TableView : CCScrollLayerExt, CCScrollLayerExtDelegate {
TodoReturn scrollToIndexPath(CCIndexPath&);
TodoReturn touchFinish(cocos2d::CCTouch*);

virtual void onEnter() = imac 0x62e110;
virtual void onExit() = imac 0x62e120;
virtual void onEnter() = imac 0x62e110 { cocos2d::CCLayer::onEnter(); }
virtual void onExit() = imac 0x62e120 { cocos2d::CCLayer::onExit(); }
virtual bool ccTouchBegan(cocos2d::CCTouch*, cocos2d::CCEvent*) = win 0x73d60, m1 0x54f1d8, ios 0x3101d0, imac 0x62e2c0;
virtual void ccTouchMoved(cocos2d::CCTouch*, cocos2d::CCEvent*) = win 0x73ff0, m1 0x54fc20, ios 0x310988, imac 0x62ee00;
virtual void ccTouchEnded(cocos2d::CCTouch*, cocos2d::CCEvent*) = win 0x73f10, m1 0x54f9d8, imac 0x62ebc0;
virtual void ccTouchCancelled(cocos2d::CCTouch*, cocos2d::CCEvent*) = win 0x73f70, m1 0x54fb44, imac 0x62ed40;
virtual void registerWithTouchDispatcher() = m1 0x54f060, ios 0x310098, imac 0x62e130;
virtual void registerWithTouchDispatcher() = win 0x3d720, m1 0x54f060, ios 0x310098, imac 0x62e130;
virtual void scrollWheel(float, float) = win 0x745a0, m1 0x54fd14, ios 0x310a50, imac 0x62eef0;
virtual void scrllViewWillBeginDecelerating(CCScrollLayerExt*) {}
virtual void scrollViewDidEndDecelerating(CCScrollLayerExt*) {}
Expand Down

0 comments on commit 4ebccfb

Please sign in to comment.