Thomas Davies / Mbed 2 deprecated LetTheBallDrop

Dependencies:   N5110 mbed PowerControl

Embed: (wiki syntax)

« Back to documentation index

Ball Struct Reference

Ball Struct Reference

Ball structure. More...

#include <GameScreen.h>

Data Fields

int x
 ball x-location (far right pixel)
int y
 ball y-location (top pixel)

Detailed Description

Ball structure.

Definition at line 32 of file GameScreen.h.


Field Documentation

int x

ball x-location (far right pixel)

Definition at line 33 of file GameScreen.h.

int y

ball y-location (top pixel)

Definition at line 34 of file GameScreen.h.