cobol1.hlp (Topic list)
PC_SET_MOUSE_SHAPE Details (↑ Mouse Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Description:
 
     The masks in mouse-ptr-shape are bit maps that, applied to a
     screen position, would superimpose the mouse shape upon it. The
     pointer shape is formed by PC_SET_MOUSE_SHAPE by ANDing the
     screen character at the mouse position with char_AND_mask, XORing
     the result with char_XOR_mask, and then displaying the result on
     the screen. The attribute is formed similarly.
 
     See also: Introduction to mouse routines
 
  Parameters on Entry:
 
     mouse-handle            Mouse identifier, obtained by earlier
                             call to CBL_INIT_MOUSE.
 
     reserved-item           Reserved for future use.
 
     mouse-ptr-shape         The bit maps to create the pointer's
                             desired shape.
 
  Parameters on Exit:
 
     None
                                    -♦-