FINAL VERSION

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Vector2D Struct Reference

Vector2D Struct Reference

Vector 2D struct. More...

#include <Gamepad.h>

Data Fields

float x
 float for x value
float y
 float for y value

Detailed Description

Vector 2D struct.

Definition at line 35 of file Gamepad.h.


Field Documentation

float x

float for x value

Definition at line 36 of file Gamepad.h.

float y

float for y value

Definition at line 37 of file Gamepad.h.