#include <mouse.h>
Public Member Functions | |
| void | set (int xnew, int ynew, int znew) |
| void | move (int dx, int dy) |
Public Attributes | |
| int | x |
| int | y |
| int | wheel |
|
||||||||||||
|
increment mouse position (x,y) by (dx,dy) |
|
||||||||||||||||
|
assign a position |
|
|
wheel (scroll) position |
|
|
horizontal screen position |
|
|
vertical screen position |
1.4.6-NO