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.6.7 vqin_mode TOS Name: »Inquire Input Mode« - Obtain the input mode for an input device. Opcode: 115 Syntax: void vqin_mode ( int16_t handle, int16_t dev_type, int16_t *input_mode ); Description: The call vqin_mode obtains the input status for a specified VDI input device. The following apply: Parameter Meaning handle Workstation identifier dev_type Logical input device: 1 = Locator (mouse, mouse buttons and keyboard) 2 = Valuator device (cursor) 3 = Selector devices (function keys) 4 = Alphanumeric devices (keyboard) input_mode Input mode: 1 = Request 2 = Sample Return value: The function does not return a result. Availability: Supported by all Atari computers. Group: Inquire functions See Also: Binding vsin_mode vrq_locator vsm_locator vrq_valuator vsm_valuator vrq_choice vsm_choice vrq_string vsm_string