Home |
RTTarget-32 Programming Manual Function RTSetMaxMousePos System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
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.
|