![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Input cursor interface.
Contained in: global
Derived from:
none
Derived by:
none
Group: Display (Input)
#include <ClanLib/display.h>
public function member index: |
||
Construction: |
||
| virtual | ~CL_InputCursor | (); |
Attributes: |
||
| virtual float | get_x | (); |
| virtual float | get_y | (); |
| virtual float | get_max_x | (); |
| virtual float | get_max_y | (); |
| virtual void | set_position | (float x, float y); |
Returns - Max x coordinate value.
Returns - Max y coordinate value.
Returns - Current x position.
Returns - Current y position.