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