cobol1.hlp (Topic list)
CBL_SET_MOUSE_POSITION (↑ Mouse Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_SET_MOUSE_POSITION
 
  Function:     Moves the mouse pointer.
 
  Syntax:       CALL "CBL_SET_MOUSE_POSITION" USING     mouse-handle
                                                        mouse-position
                                              RETURNING status-code
 
  Parameters:   mouse-handle           PIC X(4) COMP-X.
                mouse-position         Group item defined as:
                  mouse-row              PIC X(2) COMP-X.
                  mouse-col              PIC X(2) COMP-X.
                status-code            See Key
                                    -♦-