[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SetCursorPos( nHor, nVert ) -> <aPoint>
------------------------------------------------------------------------------


 PARAMETER:

  <nHor>        Is the new horizontal position of the cursor, measured in
                pixels

  <nVert>       Is the new vertikal position of the cursor, measured in
                pixels


 DESCRIPTION:

  The SetCursorPos function sets cursor to the new position given by the 
  screen coordinates. If the new coordinates are not within the screen
  rectangle, Windows automatically adjusts the coordinates so that the
  cursor stays within that rectangle. 


 SOURCE:  

  SOURCE\WINAPI\CURSORS.C



See Also: GetCursorPos
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson