hgeGUIButton::SetState
Changes the button's state.
void SetState(
bool bPressed
);
Parameters
- bPressed
- If true, the button's state will be set to pressed.
If false, the button's state will be set to unpressed.
Requirements
Header: hgeguictrls.h
Import library: hgehelp.lib
|