#include <mouse.h>
Inheritance diagram for CL_Mouse:


Public Methods | |
| virtual | ~CL_Mouse () |
Static Public Methods | |
| int | get_x () |
| int | get_y () |
| retval: Returns the x position of the mouse in range fromretval: [ 0 - CL_Display::get_height() ]. | |
| bool | left_pressed () |
| retval: Returns the y position of the mouse in range fromretval: [ 0 - CL_Display::get_height() ]. | |
| bool | middle_pressed () |
| retval: Returns true if the left mouse button is pressed,retval: else false is returned. | |
| bool | right_pressed () |
| retval: Returns true if the middle mouse button is pressed,retval: else false is returned. | |
Definition at line 22 of file mouse.h.
|
|
|
|
|
Referenced by toluaI_CL_Mouse_get_x0(). |
|
|
retval: Returns the x position of the mouse in range fromretval: [ 0 - CL_Display::get_height() ].
Referenced by toluaI_CL_Mouse_get_y0(). |
|
|
retval: Returns the y position of the mouse in range fromretval: [ 0 - CL_Display::get_height() ].
Referenced by toluaI_CL_Mouse_left_pressed0(). |
|
|
retval: Returns true if the left mouse button is pressed,retval: else false is returned.
Referenced by toluaI_CL_Mouse_middle_pressed0(). |
|
|
retval: Returns true if the middle mouse button is pressed,retval: else false is returned.
Referenced by toluaI_CL_Mouse_right_pressed0(). |
1.2.6 written by Dimitri van Heesch,
© 1997-2001