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.3 vt_alignment TOS Name: »Set tablet alignment« - Align coordinate system of the graphics tablet. Opcode: 5 (Escape 85) Syntax: void vt_alignment ( int16_t handle, int16_t dx, int16_t dy ); Description: The call vt_alignment allows the specification of an offset to be applied to all coordinates output from a connected graphics tablet. The following apply: Parameter Meaning handle Workstation identifier dx X-offset from origin dy Y-offset from origin 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 vq_tdimensions vt_resolution vt_axis vt_origin