•  Back 
  •  Line-A Function Reference 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filev_show_c()
graf_mouse()
$A009 - Show Mouse                                                   Line-A

Function      Show the mouse cursor.

Parameters    No parameters required. Optionally, INTIN can be made to
              point to a WORD value of 0 to force the mouse cursor to be
              displayed regardless of the number of times it was hidden.

Example       ; Show the mouse regardless of the number
Binding       ; of times it was hidden

                 move.l   #intin,8(a5)  ; INTIN
                 .dc.w    $A009

                 .data
              intin:
                 .dc.w    0

Comments      'Show' and 'Hide' mouse calls are nested, that is, in order
              to return the mouse cursor to its original state, it must be
              'shown' the same number of times it was 'hidden'.

See Also      v_show_c(), graf_mouse()