Revision Difference
DTextEntry:OnKeyCode#550652
<function name="OnKeyCode" parent="DTextEntry" type="panelfunc">
<ispanel>yes</ispanel>
<description>Called from DTextEntry's <page>TextEntry:OnKeyCodeTyped</page> override whenever a valid character is typed while the text entry is focused.
</description>
<realm>Client</realm>⤶
<realm>Client and Menu</realm>⤶
<args>
<arg name="keyCode" type="number">They key code of the key pressed, see <page>Enums/KEY</page>.</arg>
</args>
</function>