Chapter 8 - Using MS-DOS
8-10
PL-5910 Series User Manual
The following sample program was created with the ATPH59.EXE (Touch Panel Han-
dler) application.
Sample Program made with the Touch Panel Handler
Compiler Method
cl sample.c
If not adding GRAPHICS.LIB to SLIBCE.LIB, add
/ l i n k
graphics.lib.
“Quit” key
Function Key
area
F8
F7
F6
F5
F4
F3
F2
F1
ENT
BS
+
.
0
9
8
7
6
5
4
3
2
1
Please press one of the touch panel keys.
Pressing either “Z” or on the square shown to
the right, will quit this program.
/* This sample program is used by the ATPH59.EXE touch panel handler.
* Input can be performed by pressing on designated areas of the screen.
* Before starting this program, be sure to start the ATPH59.EXE program
*/
#include <stdlib.h>
#include <stdio.h>
#include <dos.h>
#include <graph.h>
#include <conio.h>
This sample program is designed to perform processing based on the
touch panel input received from either the upper or lower function keys,
or the screen’s designated Quit key area.
Functions
Содержание PL-5910 Series
Страница 1: ...User Manual PL 5910 Series Panel Computer...
Страница 15: ...Preface 14 PL 5910 Series User Manual Memo...
Страница 21: ...1 6 PL 5910 Series User Manual Memo...
Страница 45: ...2 24 PL 5910 Series User Manual Memo...
Страница 57: ...3 12 PL 5910 Series User Manual Memo...