Class used to interface with the handheld gamepad.

Fork of Gamepad by Craig Evans

Revision:
4:bafb7f483e93
Parent:
3:964a6d95acdd
Child:
5:ce5eae9ee934
--- a/Gamepad.h	Mon Feb 06 19:33:29 2017 +0000
+++ b/Gamepad.h	Mon Feb 06 19:40:40 2017 +0000
@@ -101,7 +101,6 @@
     
     Vector2D get_coord();         // cartesian co-ordinates x,y
     Vector2D get_mapped_coord();  // x,y mapped to circle
-    Direction get_direction();    // N,NE,E,SE etc.
     Polar get_polar();            // mag and angle in struct form
 
     bool a_flag,b_flag,x_flag,y_flag,l_flag,r_flag,back_flag,start_flag,joy_flag;