Sets the type of keyboard that will appear on mobile devices when editing this edit box. Where possible a keyboard of that type will be displayed, for example a keyboard with numbers only.
Definition
SetEditBoxInputType( index, inputType )
void agk::SetEditBoxInputType( UINT index, int inputType )
Parameters
index - The ID of the edit box to modify.
inputType - 0 for normal text, 1 for numbers only.