ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Input Struct Reference

Input Struct Reference

Input struct. More...

#include <Engine.h>

Data Fields

Vector2D coord
 Vector 2D for joystick coords.
bool A_flag
 Boolean flag for the A button.

Detailed Description

Input struct.

Definition at line 15 of file Engine.h.


Field Documentation

bool A_flag

Boolean flag for the A button.

Definition at line 17 of file Engine.h.

Vector 2D for joystick coords.

Definition at line 16 of file Engine.h.