Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: RosenEngine/RosenEngine.h
- Revision:
- 13:e114d362186d
- Parent:
- 12:47578eb9ea73
- Child:
- 14:88ca5b1a111a
diff -r 47578eb9ea73 -r e114d362186d RosenEngine/RosenEngine.h --- a/RosenEngine/RosenEngine.h Wed Apr 10 11:01:19 2019 +0000 +++ b/RosenEngine/RosenEngine.h Wed Apr 10 12:04:07 2019 +0000 @@ -19,10 +19,10 @@ void read_input(Gamepad &pad); void update(Gamepad &pad); void draw(N5110 &lcd); - void draw_Imperion(N5110 &lcd); void get_pos(); void title(N5110 &lcd); - int get_cursor(); + int get_ycursor(); + int get_xcursor(); void ship_select(N5110 &lcd); int ship_xpos; @@ -44,6 +44,7 @@ float _yjoystick; Direction _d; int _ycursor; + int _xcursor; };