Skip to content

Commit ba2b2ad

Browse files
authored
UILayer::refreshDpad return type and UILayer::togglePlatformerMode for win/m1 (geode-sdk#994)
1 parent 7d070d0 commit ba2b2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23758,12 +23758,12 @@ class UILayer : cocos2d::CCLayerColor {
2375823758
void onPause(cocos2d::CCObject* sender) = ios 0x4d164, win 0x4b53c0, m1 0x41d39c, imac 0x4b51e0;
2375923759
bool processUINodesTouch(GJUITouchEvent, cocos2d::CCTouch*) = win 0x4b5820, imac 0x4b6880, m1 0x41e6ec;
2376023760
bool processUINodeTouch(GJUITouchEvent, int, cocos2d::CCPoint, GJUINode*) = win 0x4b58d0;
23761-
TodoReturn refreshDpad() = ios 0x4d47c, imac 0x4b55f0;
23761+
void refreshDpad() = ios 0x4d47c, imac 0x4b55f0;
2376223762
void resetAllButtons() = ios 0x4dcb4, m1 0x41e4b4, imac 0x4b6620;
2376323763
void resetUINodeState() = ios 0x4d6c4, win 0x4b4aa0, imac 0x4b5990, m1 0x41dac0;
2376423764
TodoReturn toggleCheckpointsMenu(bool) = ios 0x4d21c;
2376523765
void toggleMenuVisibility(bool) = ios 0x4dc58, m1 0x41e384, imac 0x4b64e0;
23766-
void togglePlatformerMode(bool) = ios 0x4d3a0, imac 0x4b5470;
23766+
void togglePlatformerMode(bool) = ios 0x4d3a0, imac 0x4b5470, win 0x4b4a30, m1 0x41d60c;
2376723767
TodoReturn updateCheckState();
2376823768
TodoReturn updateDualMode(bool) = ios 0x4d438;
2376923769
TodoReturn updateUINodeVisibility(bool);

0 commit comments

Comments
 (0)