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.2.5 vt_axis TOS Name: »Set tablet axis resolution in lines« - Set the resolution of the graphics tablet in lines. Opcode: 5 (Escape 82) Syntax: void vt_axis ( int16_t handle, int16_t xres, int16_t yres, int16_t *xset, int16_t *yset ); Description: The call vt_axis sets the horizontal and vertical resolution for an attached graphics tablet in lines. The following apply: Parameter Meaning handle Workstation identifier xres Desired resolution in lines in X-direction, yres and in Y-direction xset Actual resolution in lines in X-direction, yset and in Y-direction Return value: The function does not return a result. Availability: Supported by all tablet drivers. Group: Graphics tablet functions See Also: Binding GDOS vq_tabstatus vt_alignment vt_resolution vt_origin vq_tdimensions