Skip to content

Commit d8dff37

Browse files
committed
Fix wrong macOS bindings
1 parent 8b302b6 commit d8dff37

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

bindings/2.2074/Cocos2d.bro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2915,8 +2915,8 @@ class cocos2d::CCIMEDispatcher {
29152915
void addDelegate(cocos2d::CCIMEDelegate*);
29162916
bool attachDelegateWithIME(cocos2d::CCIMEDelegate*);
29172917
bool detachDelegateWithIME(cocos2d::CCIMEDelegate*);
2918-
void dispatchDeleteBackward() = m1 0x412500, imac 0x4a9140, ios 0x1d49c4;
2919-
void dispatchDeleteForward() = m1 0x4124e0, imac 0x4a9160;
2918+
void dispatchDeleteBackward() = m1 0x4124e0, imac 0x4a9140, ios 0x1d49c4;
2919+
void dispatchDeleteForward() = m1 0x412500, imac 0x4a9160;
29202920
void dispatchInsertText(char const*, int, cocos2d::enumKeyCodes) = imac 0x4a9110, m1 0x4124b4, ios 0x1d4998;
29212921
void dispatchKeyboardDidHide(cocos2d::CCIMEKeyboardNotificationInfo&);
29222922
void dispatchKeyboardDidShow(cocos2d::CCIMEKeyboardNotificationInfo&);
@@ -3181,8 +3181,8 @@ class cocos2d::CCSprite : cocos2d::CCNodeRGBA, cocos2d::CCTextureProtocol {
31813181
void setUseVertexMod(bool);
31823182

31833183
// CCSprite(cocos2d::CCSprite const&);
3184-
CCSprite() = imac 0x2762a0, m1 0x221864, ios 0x2379f0;
3185-
virtual ~CCSprite() = imac 0x276d00, m1 0x221938, ios 0x237a78;
3184+
CCSprite() = imac 0x276c00, m1 0x221864, ios 0x2379f0;
3185+
virtual ~CCSprite() = imac 0x276ca0, m1 0x2218ec, ios 0x237a78;
31863186
bool isFlipX() = m1 0x222e30, imac 0x278460, ios 0x238ecc;
31873187
bool isFlipY() = m1 0x222e64, imac 0x2784b0, ios 0x238f00;
31883188
bool isTextureRectRotated();

bindings/2.2074/GeometryDash.bro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5558,7 +5558,7 @@ class EndLevelLayer : GJDropDownLayer {
55585558
void currencyEnterFinished();
55595559
void diamondEnterFinished();
55605560
gd::string getCoinString() = win 0x132d30, m1 0x4174b8, imac 0x4ae840;
5561-
const char* getEndText() = win 0x135190, m1 0x6c7abc, imac 0x4aea80;
5561+
const char* getEndText() = win 0x135190, m1 0x41770c, imac 0x4aea80;
55625562
void goEdit() = win 0x1336e0;
55635563
bool init(PlayLayer* playLayer);
55645564
void onEdit(cocos2d::CCObject* sender) = win 0x1335e0, m1 0x417a1c, imac 0x4aed20, ios 0x2f71c0;
@@ -16406,7 +16406,7 @@ class MusicBrowser : FLAlertLayer, MusicDownloadDelegate, TableViewCellDelegate,
1640616406
void onArtistFilters(cocos2d::CCObject* sender) = win 0x325b10, imac 0x5f73a0, m1 0x5267d8;
1640716407
void onClearSearch(cocos2d::CCObject* sender) = imac 0x5f72e0;
1640816408
void onClose(cocos2d::CCObject* sender) = win 0x325c00;
16409-
void onPage(cocos2d::CCObject* sender) = win 0x325790, imac 0x42b670, m1 0x526478;
16409+
void onPage(cocos2d::CCObject* sender) = win 0x325790, imac 0x5f70b0, m1 0x526478;
1641016410
void onPlaybackControl(cocos2d::CCObject* sender) = win 0x324b90, imac 0x5f7860, m1 0x526c88;
1641116411
void onSearch(cocos2d::CCObject* sender) = win 0x3258b0, imac 0x5f71b0, m1 0x52657c;
1641216412
void onTagFilters(cocos2d::CCObject* sender) = win 0x325aa0, imac 0x5f7340, m1 0x526770;
@@ -17187,7 +17187,7 @@ class PlatformToolbox {
1718717187
static TodoReturn getRawPath(char const*);
1718817188
static TodoReturn getUniqueUserID();
1718917189
static TodoReturn getUserID();
17190-
static void hideCursor() = ios 0x16f40c, win inline, imac 0x4b0b30, m1 0x41a144 {
17190+
static void hideCursor() = ios 0x16f40c, win inline, imac 0x4b0b30, m1 0x419630 {
1719117191
cocos2d::CCEGLView::sharedOpenGLView()->showCursor(false);
1719217192
}
1719317193
static bool isControllerConnected() = ios 0x16f3d8, win inline, imac 0x4b1a30, m1 0x41a254 {
@@ -18697,14 +18697,14 @@ class RotateGameplayGameObject : EffectGameObject {
1869718697
[[link(android)]]
1869818698
class ScrollingLayer : cocos2d::CCLayerColor {
1869918699
// virtual ~ScrollingLayer();
18700-
ScrollingLayer() {
18700+
ScrollingLayer() = m1 0x629f88, imac 0x70aae0, ios 0x1bacb4 {
1870118701
m_scrollFactor = 0.f;
1870218702
m_touchID = -1;
1870318703
m_contentLayer = nullptr;
1870418704
m_parentLayer = nullptr;
1870518705
}
1870618706

18707-
static ScrollingLayer* create(cocos2d::CCSize size, cocos2d::CCPoint position, float factor) = win inline, imac 0x340380, m1 0x629898 {
18707+
static ScrollingLayer* create(cocos2d::CCSize size, cocos2d::CCPoint position, float factor) = win inline, m1 0x629898, imac 0x70a2c0, ios 0x1ba74c {
1870818708
auto ret = new ScrollingLayer();
1870918709
if (ret->init(size, position, factor)) {
1871018710
ret->autorelease();
@@ -20570,8 +20570,8 @@ class SetupInstantCountPopup : SetupTriggerPopup {
2057020570
void onCountType(cocos2d::CCObject* sender) = win 0x40ba90;
2057120571
void onEnableGroup(cocos2d::CCObject* sender) = win 0x401660;
2057220572
void onTargetCountArrow(cocos2d::CCObject* sender) = win 0x404580, m1 0x5055c8, imac 0x5d1780, ios 0x1be868;
20573-
void onTargetID2Arrow(cocos2d::CCObject* sender) = win 0x40b700, m1 0x505658, imac 0x5d16c0, ios 0x1be8b4;
20574-
void onTargetIDArrow(cocos2d::CCObject* sender) = win 0x4045c0, m1 0x505520, imac 0x5d1830, ios 0x1be814;
20573+
void onTargetID2Arrow(cocos2d::CCObject* sender) = win 0x40b700, m1 0x505658, imac 0x5d1830, ios 0x1be8b4;
20574+
void onTargetIDArrow(cocos2d::CCObject* sender) = win 0x4045c0, m1 0x505520, imac 0x5d16c0, ios 0x1be814;
2057520575
void updateCountTextInputLabel() = win 0x401eb0;
2057620576
void updateItemID() = win 0x401f30;
2057720577
void updateItemIDInputLabel() = win 0x4048d0;
@@ -21893,7 +21893,7 @@ class SFXBrowser : FLAlertLayer, MusicDownloadDelegate, TableViewCellDelegate, S
2189321893
void onClose(cocos2d::CCObject* sender);
2189421894
void onCredits(cocos2d::CCObject* sender) = m1 0x3a6740;
2189521895
void onExitFolder(cocos2d::CCObject* sender) = win 0x468660, imac 0x42b5b0, m1 0x3a64c4;
21896-
void onPage(cocos2d::CCObject* sender) = win 0x4683c0, m1 0x3a656c;
21896+
void onPage(cocos2d::CCObject* sender) = win 0x4683c0, m1 0x3a656c, imac 0x42b670;
2189721897
void onSearch(cocos2d::CCObject* sender) = win 0x468090;
2189821898
void onSorting(cocos2d::CCObject* sender) = win 0x467de0, imac 0x42b780, m1 0x3a6694;
2189921899
void onToggleCompactMode(cocos2d::CCObject* sender) = win 0x467f80, imac 0x42b7d0, m1 0x3a66dc;

0 commit comments

Comments
 (0)