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.7.35 v_hide_c TOS Name: »Hide cursor« - Switch off graphic cursor. Opcode: 123 Syntax: void v_hide_c ( int16_t handle ); Description: The call v_hide_c switches the mouse cursor off. In GEM programs, it is imperative that the AES function graf_mouse is used to switch the mouse cursor on and off. Note: The input functions of the VDI work only on the physical workstation, which is normally used by the AES. Therefore it is better to fall back to using graf_mouse instead. Return value: The function does not return a result. Availability: Supported by all screen drivers. Group: Input functions See Also: Binding v_show_c