Struct

PhocTouchPoint

[]

Description [src]

struct PhocTouchPoint {
  int touch_id;
  double lx;
  double ly;
}

A touch point tracked compositor side.

[]
Structure members
touch_id

No description available.

lx

No description available.

ly

No description available.

[]

Constructors

phoc_touch_point_new
No description available.

[]

Instance methods

phoc_touch_point_copy
No description available.

phoc_touch_point_damage
No description available.

phoc_touch_point_destroy
No description available.

phoc_touch_point_render
No description available.

phoc_touch_point_update
No description available.