SetVirtualButtonAlpha
Description
Sets the transparency of the virtual button at the given index. The alpha value should be in the range 0-255 where 255 is fully opaque.
Definition
SetVirtualButtonAlpha( index, alpha )
void agk::SetVirtualButtonAlpha( UINT index, UINT alpha )
Parameters
- index - The ID of the virtual button to set.
- alpha - The new alpha value for this button.