Pebble Foundation Classes  0.2.0
C++ for Pebble
GPathInfo Struct Reference

#include <pebble.h>

Collaboration diagram for GPathInfo:

Public Attributes

uint32_t num_points
 The number of points in the points array.
 
GPointpoints
 Pointer to an array of points.
 

Detailed Description

Data structure describing a naked path

Note
Note that this data structure only refers to an array of points; the points are not stored inside this data structure itself. In most cases, one cannot use a stack-allocated array of GPoints. Instead one often needs to provide longer-lived (static or "global") storage for the points.

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