Home |
RTTarget-32 Programming Manual Function RTSetMousePos System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTSetMousePosRTSetMousePos informs the mouse driver of a new pointer position: void RTSetMousePos(int X, int Y); The mouse driver will prevent the cursor from having negative coordinates, but if RTInitMouse was used to initialize the mouse, the driver does not know the screen resolution and thus cannot prevent the mouse cursor from leaving the screen. Use RTSetMousePos to bring the mouse cursor back onto the screen. The application will usually not need this function. For MetaWINDOW, RTGetMetaWEvents calls RTSetMousePos whenever required. For RTPEG-32, the internal event manager also uses it.
|