![]() |
Home |
|
Function RTSetMaxMousePosRTSetMaxMousePos limits the screen area the mouse pointer can move to: void RTSetMaxMousePos(int X, int Y); The mouse driver will prevent the cursor from having coordinates larger than the X and Y parameters specified in this call.
|