Rocket® Net Express™ (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
CBL_SHOW_MOUSE
Makes the mouse pointer visible.
Syntax:
call "CBL_SHOW_MOUSE" using mouse-handle returning status-code
Parameters:
| Using call prototype (see Key) | Picture (32-bit systems) | |
|---|---|---|
| mouse-handle | cblt-x4-compx | pic x(4) comp-x. |
| status-code | See Key | |
On Entry:
| mouse-handle | Mouse identifier, obtained by earlier call to CBL_INIT_MOUSE. |
On Exit:
None
Comments:
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.
The CBL_ mouse routines do not work with the x"AF" mouse routines.
Related Topics