cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_SHOW_MOUSE Details (↑ Mouse Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Description:
 
     When the mouse support has been initialized by the CBL_INIT_MOUSE
     call, the pointer is not displayed until this routine is called.
     After this call the system displays the mouse pointer until a
     routine to hide the mouse or terminate mouse support is called.
     This routine cancels any collision area defined earlier by
     PC_SET_MOUSE_HIDE_AREA.
 
     See also: Introduction to mouse routines
 
  Parameters on Entry:
 
     mouse-handle            Mouse identifier, obtained by earlier
                             call to CBL_INIT_MOUSE.
 
  Parameters on Exit:
 
     None
                                    -♦-