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

#include <pebble.h>

Inheritance diagram for GPoint:

Public Attributes

int16_t x
 The x-coordinate.
 
int16_t y
 The y-coordinate.
 

Detailed Description

Represents a point in a 2-dimensional coordinate system.

Note
Conventionally, the origin of Pebble's 2D coordinate system is in the upper, lefthand corner its x-axis extends to the right and its y-axis extends to the bottom of the screen.

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