Ubuntu Platform API  2.3.0
A library helping with tight integration into the Ubuntu platform
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PointerCoordinate Struct Reference

#include <event.h>

+ Collaboration diagram for PointerCoordinate:

Data Fields

int id
 Unique id of the pointer. More...
 
float x
 
float raw_x
 Processed and raw x coordinates. More...
 
float y
 
float raw_y
 Processed and raw y coordinates. More...
 
float touch_major
 Touch major coordinate. More...
 
float touch_minor
 Touch minor coordinate. More...
 
float size
 Size of the pointer/touch. More...
 
float pressure
 Pressure of the touch. More...
 
float orientation
 Orientation. More...
 

Detailed Description

Definition at line 147 of file event.h.

Field Documentation

int PointerCoordinate::id

Unique id of the pointer.

Definition at line 149 of file event.h.

float PointerCoordinate::orientation

Orientation.

Definition at line 156 of file event.h.

float PointerCoordinate::pressure

Pressure of the touch.

Definition at line 155 of file event.h.

float PointerCoordinate::raw_x

Processed and raw x coordinates.

Definition at line 150 of file event.h.

float PointerCoordinate::raw_y

Processed and raw y coordinates.

Definition at line 151 of file event.h.

float PointerCoordinate::size

Size of the pointer/touch.

Definition at line 154 of file event.h.

float PointerCoordinate::touch_major

Touch major coordinate.

Definition at line 152 of file event.h.

float PointerCoordinate::touch_minor

Touch minor coordinate.

Definition at line 153 of file event.h.

float PointerCoordinate::x

Definition at line 150 of file event.h.

float PointerCoordinate::y

Definition at line 151 of file event.h.


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