Class CCIMEDelegate

#include <Geode/cocos/text_input_node/CCIMEDelegate.h>
classCCIMEDelegate{ ... }

Input method editor delegate.

Examples0
Public static methods0
Public member functions2
virtualboolattachWithIME()
No description provided
virtualbooldetachWithIME()
No description provided
Fields0
Protected member functions12
virtualboolcanAttachWithIME()

Decide if the delegate instance is ready to receive an IME message. Called by CCIMEDispatcher.

virtualvoiddidAttachWithIME()

When the delegate detaches from the IME, this method is called by CCIMEDispatcher.

virtualboolcanDetachWithIME()

Decide if the delegate instance can stop receiving IME messages.

virtualvoiddidDetachWithIME()

When the delegate detaches from the IME, this method is called by CCIMEDispatcher.

virtualvoidinsertText(,
intlen
,)

Called by CCIMEDispatcher when text input received from the IME.

virtualvoiddeleteBackward()

Called by CCIMEDispatcher after the user clicks the backward key.

virtualcharconst*getContentText()

Called by CCIMEDispatcher for text stored in delegate.

virtualvoidkeyboardWillShow()

//////////////////////////////////////////////////////////////////////////

virtualvoidkeyboardDidShow()
No description provided
virtualvoidkeyboardWillHide()
No description provided
virtualvoidkeyboardDidHide()
No description provided
virtualvoiddeleteForward()
No description provided
Protected fields0