SetVirtualButtonText
Description
Sets the text displayed in the center of the button.
Definition
SetVirtualButtonText( index, str )
void agk::SetVirtualButtonText( UINT index, const char *str )
Parameters
- index - The ID of the virtual button to set.
- str - The text to display.