•  Back 
  •  Special graphic functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.8.1.39  v_rmcur                                                  TOS

 Name:         »Remove last graphic cursor«

 Opcode:       5 (Escape 19)

 Syntax:       void v_rmcur ( int16_t handle );

 Description:  The call v_rmcur removes the last mouse cursor 
               displayed on the workstation with the ID handle.

               Note: This function should only be used in conjunction 
               with v_dspcur when the mouse is moved manually. 
               graf_mouse or v_hide_c should be used unless this is 
               your intention.

 Return value: The function does not return a result.

 Availability: Supported by all screen drivers.

 Group:        Special graphic functions

 See Also:     Binding