The API is no longer being updated here until further notice. |
Fires when typing characters.
(self, text)
Arguments[]
- self
- Frame - The widget receiving input.
- text
- string - The UTF-8 character.
Details[]
- Ignores control buttons such as BACKSPACE or ESCAPE.
- Requires keyboard input, which another Frame can block using Frame:SetPropagateKeyboardInput. Fires after OnKeyDown.
- EditBox also requires edit focus. Fires before OnTextChanged.