SetEditBoxSize
Description
Sets the size of the edit box in world coordinates. This sets the size of the actual text entry box, its border will extend beyond these values.
Definition
SetEditBoxSize( index, width, height )
void agk::SetEditBoxSize( UINT index, float width, float height )
Parameters
- index - The ID of the edit box to modify.
- width - The width of the new size.
- height - The height of the new size.