SWFButton_addShape
adds a shape character
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
adds a shape character
#include <ming.h>
void SWFButton_addShape
(
SWFButton button,
SWFCharacter character,
byte flags
);
Add a shape character to a button for given states possible states: SWFBUTTON_HIT SWFBUTTON_DOWN SWFBUTTON_OVER SWFBUTTON_UP states can be combined using the binary or operator deprecated! use SWFButton_addCharacter instead.