We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cee65 commit 08ca809Copy full SHA for 08ca809
loader/include/Geode/cocos/text_input_node/CCIMEDelegate.h
@@ -90,6 +90,11 @@ class CC_DLL CCIMEDelegate
90
*/
91
virtual void deleteBackward() {}
92
93
+ /**
94
+ @brief Called by CCIMEDispatcher after the user clicks the delete-forward key.
95
+ */
96
+ virtual void deleteForward() {}
97
+
98
/**
99
@brief Called by CCIMEDispatcher for text stored in delegate.
100
@@ -103,8 +108,6 @@ class CC_DLL CCIMEDelegate
103
108
virtual void keyboardWillHide(CCIMEKeyboardNotificationInfo& info) {CC_UNUSED_PARAM(info);}
104
109
virtual void keyboardDidHide(CCIMEKeyboardNotificationInfo& info) {CC_UNUSED_PARAM(info);}
105
110
106
- virtual void deleteForward();
107
-
111
protected:
112
CCIMEDelegate();
113
};
0 commit comments