Thomas Davies / Mbed 2 deprecated LetTheBallDrop

Dependencies:   N5110 mbed PowerControl

Embed: (wiki syntax)

« Back to documentation index

Platform Struct Reference

Platform Struct Reference

Platform structure. More...

#include <GameScreen.h>

Data Fields

int id
 id identifier of platform
int x
 x-location of gap in platform
int y
 y-location of top pixel in platform

Detailed Description

Platform structure.

Definition at line 23 of file GameScreen.h.


Field Documentation

int id

id identifier of platform

Definition at line 24 of file GameScreen.h.

int x

x-location of gap in platform

Definition at line 25 of file GameScreen.h.

int y

y-location of top pixel in platform

Definition at line 26 of file GameScreen.h.