Interrups | Categories | Contents |
AX = ABCDh BX = 0000h
Return:
AX = total number of functions available ES:BX -> entry point array (see #03967)
(Table 03967) Values for 8516 Touch Screen function number: 00h check initialization and reset (see #03968) 14h set user-defined subroutine (see #03969)
Notes: Each driver function takes two stack parameters using Pascal calling
conventions:
Address of parameter block and address of results buffer. All pointers are FAR pointers. On return, AX contains the status of the call: AX = 0000h successful 0001h invalid input 0002h interface error 0003h unable to perform functionFormat of 8516 Touch Screen Function 00h parameter block: Offset Size Description (Table 03968) 00h WORD 0000h (function number)
Note: This function should be called before any other device driver functions
Format of 8516 Touch Screen Function 00h results buffer: Offset Size Description (Table 03969) 00h WORD touch screen status 0000h unavailable 0001h uncalibrated FFFFh available 02h WORD aux mouse status (0000h not present, FFFFh present)
Notes: The following driver parameters will have been reset to zero: touchdown counter, liftoff counter, position at last touch, position at last lift, int call mask, select on count, select off count, pos select on count, pos select off count.. The following driver parameters will have been reset as listed:
mouse emulation mode:
Left onthresholds:
46 on screen, 96 push harder, 80 push releasex, y hysteresis:
400data repeat rate:
40/secselect mechanism:
Push-harder - first-touchcoordinate origin:
Upper left cornerfilter frequency:
Mediumdata block mask:
All enabledclick lock:
On
Interrups | Categories | Contents |