add dispatchInsertText and dispatchDeleteBackward

This commit is contained in:
mat 2022-12-11 22:25:58 -03:00 committed by GitHub
parent 9fe9853325
commit 20715d86aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,6 +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();
}
class cocos2d::CCImage {