Library that draws a basket on a Nokia N5110 LCD display and allows it to be moved left/right on the display using buttons or a joystick.
Dependents: Game_Controller_Project
Revision 13:6865b08e82c3, committed 2017-05-04
- Comitter:
- Nathanj94
- Date:
- Thu May 04 12:24:04 2017 +0000
- Parent:
- 12:b142d87160f1
- Commit message:
Changed in this revision
Basket.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b142d87160f1 -r 6865b08e82c3 Basket.h --- a/Basket.h Thu May 04 11:16:07 2017 +0000 +++ b/Basket.h Thu May 04 12:24:04 2017 +0000 @@ -5,6 +5,14 @@ #include "N5110.h" #include "Gamepad.h" +/** Basket Class +@brief Class that draws a basket on the display and allows it to be moved left +@brief or right along the bottom of the screen. If an object comes into contact +@brief with the basket, points are scored. + +@author Nathan Johnston +@date 14th March 2017 +*/ class Basket { public: