#pragma once
extern POINT touch;
extern struct calib_t{
int l,t,r,b; // A/D-Ergebnis für linken, oberen, rechten, unteren Bildrand
static void getPoint();
}calib;
int wwtrafo(int x,int a,int e,int A,int E);
bool waitTouch(int sec10);
// Grafische Kalibrierfunktion
bool calibrate();
| Detected encoding: UTF-8 | 0 |