![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
CL_InputAxis interface used to ease manual implementation of an input axis.
Contained in: global
Derived from:
CL_InputAxis
Derived by:
none
Group: Display (Input)
#include <ClanLib/display.h>
public function member index: |
||
Construction: |
||
CL_InputAxis_Basic | (); | |
CL_InputAxis_Basic | (float pos); | |
virtual | ~CL_InputAxis_Basic | (); |
Attributes: |
||
virtual float | get_pos | (); |
Operations: |
||
void | set_pos | (float pos); |
pos - Initial axis position. Range -1 to 1.
Returns - The current axis position.
pos - New axis position. Range -1 to 1.