axmol/tools/tolua++/CCIMEDelegate.pkg

18 lines
391 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
typedef struct
{
CCRect begin; // the soft keyboard rectangle when animatin begin
CCRect end; // the soft keyboard rectangle when animatin end
float duration; // the soft keyboard animation duration
} CCIMEKeyboardNotificationInfo;
class CCIMEDelegate
{
bool attachWithIME();
bool detachWithIME();
};