![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Mouse interface in ClanLib.
Contained in: global
Derived from:
CL_InputDevice
Derived by:
none
Group: Display (Input)
#include <ClanLib/display.h>
public function member index: |
||
Construction: |
||
| virtual | ~CL_Mouse | (); |
Attributes: |
||
| static int | get_x | (); |
| static int | get_y | (); |
| static void | set_position | (float x, float y); |
| static bool | left_pressed | (); |
| static bool | middle_pressed | (); |
| static bool | right_pressed | (); |
Signals: |
||
| static CL_Signal_v2<int, int>& | sig_move | (); |
| static CL_Signal_v1<const CL_Key& >& | sig_button_press | (); |
| static CL_Signal_v1<const CL_Key& >& | sig_button_release | (); |