Touch Panel Handler Sample Program - PROFACE PL-5700 Series Manual

Table of Contents

Advertisement

Appendix
4

Touch Panel Handler Sample Program

The following sample program was created with the PLATPH.EXE (Touch Panel
Handler) application.
Sample Program made with the Touch Panel Handler
Compiler Method
If not adding GRAPHICS.LIB to SLIBCE.LIB, add /link graphics.lib.
F1
Please press one of the touch panel keys.
Pressing either "Z" or on the square shown to
the right, will quit this program.
1
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.
/* This sample program is used by the PLATPH.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 PLATPH.EXE program
*/
#include <stdlib.h>
#include <stdio.h>
#include <dos.h>
#include <graph.h>
#include <conio.h>
PL-5700 Series User's Manual
cl sample.c
F2
F3
2
3
4
5
6
F4
F5
F6
7
8
9
0
F7
F8
"Quit" key
.
+
BS
ENT
Function Key
area
App-7

Advertisement

Table of Contents
loading

Table of Contents