diff options
| author | ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> | 2020-12-20 06:23:39 (GMT) |
|---|---|---|
| committer | ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> | 2020-12-20 06:23:39 (GMT) |
| commit | cc04c2c1f8a8a05cf284ad69a43b5cd682e37172 (patch) | |
| tree | d53522340fed481817285f3f33a561d1f286147f | |
| parent | 61e78d338b9dbf620e0292dcd15252da131a2bd3 (diff) | |
Update Paddle.cpp
blankline removal
| -rw-r--r-- | src/displayapp/screens/Paddle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Paddle.cpp b/src/displayapp/screens/Paddle.cpp index 347abb6..9a04b3b 100644 --- a/src/displayapp/screens/Paddle.cpp +++ b/src/displayapp/screens/Paddle.cpp @@ -186,6 +186,5 @@ bool Paddle::OnTouchEvent(uint16_t x, uint16_t y) { lv_obj_set_pos(paddle_image, 0, y - 30); // sets the center paddle pos. (30px offset) with the the y_coordinate of the finger and defaults the x_coordinate to 0 paddleTopY = y - 30; // refreshes the upper extreme of the paddle paddleBottomY = y + 30; // refreshes the lower extreme of the paddle - return true; } |
