![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
<p>CL_InputButton interface used to ease manual implementation of a input
button.</p>
Contained in: global
Derived from:
CL_InputButton
Derived by:
none
Group: Display (Input)
#include <ClanLib/display.h>
public function member index: |
||
Construction: |
||
CL_InputButton_Basic | (); | |
CL_InputButton_Basic | (bool state); | |
virtual | ~CL_InputButton_Basic | (); |
Attributes: |
||
virtual bool | is_pressed | (); |
Operations: |
||
void | set_state | (bool state); |
Returns - True if pressed, false otherwise.
state - New button state. True = up, False = down.