X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b..b3aaffb792aed373fecd4af16478cb3c2b8c2a8f:/Demos/Device/ClassDriver/Joystick/Joystick.h diff --git a/Demos/Device/ClassDriver/Joystick/Joystick.h b/Demos/Device/ClassDriver/Joystick/Joystick.h index ab1503809..4bc505654 100644 --- a/Demos/Device/ClassDriver/Joystick/Joystick.h +++ b/Demos/Device/ClassDriver/Joystick/Joystick.h @@ -59,6 +59,7 @@ { int8_t X; /**< Current absolute joystick X position, as a signed 8-bit integer */ int8_t Y; /**< Current absolute joystick Y position, as a signed 8-bit integer */ + int8_t Z; /**< Current absolute joystick Z position, as a signed 8-bit integer */ uint8_t Button; /**< Bit mask of the currently pressed joystick buttons */ } USB_JoystickReport_Data_t;