多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[OnArrowPressed](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnArrowPressed&action=edit&redlink=1 "UIHANDLER OnArrowPressed (page does not exist)")(self, key) [OnCharComposition](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnCharComposition&action=edit&redlink=1 "UIHANDLER OnCharComposition (page does not exist)")\- 当编辑框的输入合成模式更改时运行 [OnCursorChanged](https://wow.gamepedia.com/UIHANDLER_OnCursorChanged "UIHANDLER OnCursorChanged")(self, x, y, width, height) -当文本插入光标在编辑框中的位置更改时运行。 [OnEditFocusGained](https://wow.gamepedia.com/UIHANDLER_OnEditFocusGained "UIHANDLER OnEditFocusGained")(self) - 当编辑框成为键盘输入焦点时运行 [OnEditFocusLost](https://wow.gamepedia.com/UIHANDLER_OnEditFocusLost "UIHANDLER OnEditFocusLost")(self) - 当编辑框失去键盘输入焦点时运行。 [OnEnterPressed](https://wow.gamepedia.com/UIHANDLER_OnEnterPressed "UIHANDLER OnEnterPressed")(self) - 在编辑框具有键盘焦点的情况下按Enter(或Return)键时运行。 [OnEscapePressed](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnEscapePressed&action=edit&redlink=1 "UIHANDLER OnEscapePressed (page does not exist)")(self) - 当编辑框有键盘焦点时按下Escape键运行。 [OnInputLanguageChanged](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnInputLanguageChanged&action=edit&redlink=1 "UIHANDLER OnInputLanguageChanged (page does not exist)")(self, language) -当编辑框的语言输入模式更改时运行。 [OnSpacePressed](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnSpacePressed&action=edit&redlink=1 "UIHANDLER OnSpacePressed (page does not exist)")(self) - 当编辑框有键盘焦点时按下空格键运行 [OnTabPressed](https://wow.gamepedia.com/UIHANDLER_OnTabPressed "UIHANDLER OnTabPressed")(self) - 当编辑框有键盘焦点时按Tab键运行。 [OnTextChanged](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnTextChanged&action=edit&redlink=1 "UIHANDLER OnTextChanged (page does not exist)")(self, isUserInput) - 当编辑框的文本被更改时运行 [OnTextSet](https://wow.gamepedia.com/index.php?title=UIHANDLER_OnTextSet&action=edit&redlink=1 "UIHANDLER OnTextSet (page does not exist)")(self) - 当编辑框的文本更改时运行。