EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents a single coordinate. More...
#include <scriptel-easyscript.h>
Data Fields | |
callback_type | type |
this will be set to CBT_COORDINATE More... | |
double | x |
The horizontal coordinate, between 0 and protocol->width. More... | |
double | y |
The vertical coordinate, between 0 and protocol->height. More... | |
This structure represents a single coordinate.
callback_type type |
this will be set to CBT_COORDINATE
double x |
The horizontal coordinate, between 0 and protocol->width.
double y |
The vertical coordinate, between 0 and protocol->height.