mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
Merge branch 'main' of https://github.com/geode-sdk/geode into main
This commit is contained in:
commit
305efc0a41
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ class cocos2d::CCIMEDispatcher {
|
|||
static auto sharedDispatcher() = mac 0x2773f0, ios 0x12d170;
|
||||
auto addDelegate(cocos2d::CCIMEDelegate*) = mac 0x277480, ios 0x12d204;
|
||||
auto removeDelegate(cocos2d::CCIMEDelegate*) = mac 0x2775f0, ios 0x12d2c4;
|
||||
void dispatchInsertText(const char* text, int len);
|
||||
void dispatchDeleteBackward();
|
||||
void dispatchInsertText(const char* text, int len) = mac 0x277ac0;
|
||||
void dispatchDeleteBackward() = mac 0x277af0;
|
||||
}
|
||||
|
||||
class cocos2d::CCImage {
|
||||
|
|
Loading…
Add table
Reference in a new issue