Manic Miner platform game for FRDM K64F board

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Keys Struct Reference

Keys Struct Reference

Key locations for each level struct. More...

#include <Levels.h>

Data Fields

double kx [5]
 keys x positions for each level
double ky [5]
 keys y positions for each level

Detailed Description

Key locations for each level struct.

Definition at line 25 of file Levels.h.


Field Documentation

double kx[5]

keys x positions for each level

Definition at line 26 of file Levels.h.

double ky[5]

keys y positions for each level

Definition at line 27 of file Levels.h.