Mouse interface in ClanLib.
Parents: public CL_InputDevice
Description
CL_Mouse extends the CL_InputDevice with functionality only useful
to mice.
Class members
virtual ~CL_Mouse()
static int get_x()
static int get_y()
static bool left_pressed()
static bool middle_pressed()
static bool right_pressed()
See Also
CL_Settings | - | The class holding ClanLib state information like width/height of the currentdisplay |
Back to index
|