Skip to content

Commit

Permalink
Merge branch 'geode-sdk:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored Sep 22, 2024
2 parents 01aa9cd + fcfb02a commit a1c5a99
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 54 deletions.
16 changes: 15 additions & 1 deletion bindings/2.206/Cocos2d.bro
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,18 @@ class cocos2d::CCKeyboardDispatcher {
void updateModifierKeys(bool, bool, bool, bool) = m1 0x1b06c0, imac 0x1fde80;
}

[[link(win, android)]]
class cocos2d::CCKeypadDispatcher {
// CCKeypadDispatcher(cocos2d::CCKeypadDispatcher const&);
// CCKeypadDispatcher();

void addDelegate(cocos2d::CCKeypadDelegate*);
bool dispatchKeypadMSG(cocos2d::ccKeypadMSGType);
void forceAddDelegate(cocos2d::CCKeypadDelegate*);
void forceRemoveDelegate(cocos2d::CCKeypadDelegate*);
void removeDelegate(cocos2d::CCKeypadDelegate*);
}

[[link(win, android)]]
class cocos2d::CCDirector {
static cocos2d::CCDirector* sharedDirector() = imac 0x48b350, m1 0x3f0da8, ios 0x180c2c;
Expand Down Expand Up @@ -2485,7 +2497,9 @@ class cocos2d::CCSpriteFrame {
}
bool initWithTextureFilename(char const*, cocos2d::CCRect const&, bool, cocos2d::CCPoint const&, cocos2d::CCSize const&) = m1 0x2e68d8, imac 0x358a60, ios 0x25db44;

gd::string getFrameName() const;
gd::string getFrameName() const = m1 inline, imac inline {
return m_strFrameName;
}
cocos2d::CCPoint const& getOffset() = m1 0x2e6e28, imac 0x359100;
cocos2d::CCPoint const& getOffsetInPixels() = m1 0x2e6e9c, imac 0x3591a0;
cocos2d::CCSize const& getOriginalSize();
Expand Down
Loading

0 comments on commit a1c5a99

Please sign in to comment.