add some comments etc documenting various not-implemented things

Change-Id: I1103b65006e8330260bfe1202bdb64eb84d3fccc
This commit is contained in:
Brian Silverman
2015-01-24 18:02:06 -05:00
committed by James Kuszmaul
parent 880eae1424
commit 4cac5a957b
6 changed files with 31 additions and 8 deletions

View File

@@ -107,6 +107,7 @@ Joystick::~Joystick()
/**
* Get the X value of the joystick.
* This depends on the mapping of the joystick connected to the current port.
* @param hand This parameter is ignored for the Joystick class and is only here to complete the GenericHID interface.
*/
float Joystick::GetX(JoystickHand hand)
{
@@ -116,6 +117,7 @@ float Joystick::GetX(JoystickHand hand)
/**
* Get the Y value of the joystick.
* This depends on the mapping of the joystick connected to the current port.
* @param hand This parameter is ignored for the Joystick class and is only here to complete the GenericHID interface.
*/
float Joystick::GetY(JoystickHand hand)
{