SetVirtualButtonImageUp
Description
Sets the image used by the button when it is not being pressed. You can use an image ID of 0 to return it to the default image.
Definition
SetVirtualButtonImageUp( index, imageID )
void agk::SetVirtualButtonImageUp( UINT index, UINT imageID )
Parameters
- index - The ID of the virtual button to set.
- imageID - The image ID to use for this button.