![Elo TouchSystems DOS and Windows Driver Disk Скачать руководство пользователя страница 130](http://html1.mh-extra.com/html/elo-touchsystems/dos-and-windows-driver-disk/dos-and-windows-driver-disk_driver-manual_2395587130.webp)
Subfunction 2 - Wait for Untouch
127
100 M1%=&H65
' MonitorMouse special function
200 M2%=1
' subfunction 1
300 M3%=&H302
' set -c+, -b+, -s-, -t-, -m2
400 CALL MOUSE(M1%, M2%, M3%, M4%)
500 IF M2%<>M1% THEN PRINT "MonitorMouse not installed."
Here's the same code in C:
regs.x.ax = 0x65; regs.x.bx = 1; regs.x.cx = 0x302;
int86(0x33,®s,®s);
if (regs.x.bx != regs.x.ax)
puts("MonitorMouse not installed.");
S
UBFUNCTION
2 - W
AIT FOR
U
NTOUCH
Subfunction 2 will wait for an untouch if the screen is being touched. This is
normally called before changing modes with subfunction 1.
INPUT
OUTPUT
M1%=&H65
M2%=&H65
M2%=2
Содержание DOS and Windows Driver Disk
Страница 1: ...DOS and Windows Driver Guide Version 2 0...
Страница 115: ...112 Appendix Error Main Document Only Error Main Document Only 7 Troubleshooting...
Страница 134: ...133 QGH...