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

#include <event.h>

+ Collaboration diagram for MotionEvent::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 168 of file event.h.

Field Documentation

int MotionEvent::PointerCoordinate::id

Unique id of the pointer.

Definition at line 170 of file event.h.

float MotionEvent::PointerCoordinate::orientation

Orientation.

Definition at line 177 of file event.h.

float MotionEvent::PointerCoordinate::pressure

Pressure of the touch.

Definition at line 176 of file event.h.

float MotionEvent::PointerCoordinate::raw_x

Processed and raw x coordinates.

Definition at line 171 of file event.h.

float MotionEvent::PointerCoordinate::raw_y

Processed and raw y coordinates.

Definition at line 172 of file event.h.

float MotionEvent::PointerCoordinate::size

Size of the pointer/touch.

Definition at line 175 of file event.h.

float MotionEvent::PointerCoordinate::touch_major

Touch major coordinate.

Definition at line 173 of file event.h.

float MotionEvent::PointerCoordinate::touch_minor

Touch minor coordinate.

Definition at line 174 of file event.h.

float MotionEvent::PointerCoordinate::x

Definition at line 171 of file event.h.

float MotionEvent::PointerCoordinate::y

Definition at line 172 of file event.h.


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