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.
Diff: Paddle/Paddle.cpp
- Revision:
- 69:db1354676fde
- Parent:
- 38:3a077f0259df
- Child:
- 72:7254d2a8a1cd
--- a/Paddle/Paddle.cpp Sun May 05 16:13:19 2019 +0000
+++ b/Paddle/Paddle.cpp Sun May 05 16:28:29 2019 +0000
@@ -108,3 +108,8 @@
{
_tilt = false;
}
+
+void Paddle::recentre()
+{
+ _x = WIDTH/2 - 15/2; // x value on screen is fixed
+}