EasyScript C API  3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
scriptel_coordinate Struct Reference

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...
 

Detailed Description

This structure represents a single coordinate.

Field Documentation

◆ type

this will be set to CBT_COORDINATE

◆ x

double x

The horizontal coordinate, between 0 and protocol->width.

◆ y

double y

The vertical coordinate, between 0 and protocol->height.


The documentation for this struct was generated from the following file: