From 92606d6a2f1127f957dd83a5d6349b844c5f23c9 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 6 Feb 2020 15:11:49 +0000 Subject: [PATCH] Fix descriptions (#2602) --- libs/core/input.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/input.cpp b/libs/core/input.cpp index dab713c4..80a6f526 100644 --- a/libs/core/input.cpp +++ b/libs/core/input.cpp @@ -74,13 +74,13 @@ enum class Gesture { //% jres=gestures.tiltbackwards LogoDown = MICROBIT_ACCELEROMETER_EVT_TILT_DOWN, /** - * Raised when the screen is pointing down and the board is horizontal + * Raised when the screen is pointing up and the board is horizontal */ //% block="screen up" //% jres=gestures.frontsideup ScreenUp = MICROBIT_ACCELEROMETER_EVT_FACE_UP, /** - * Raised when the screen is pointing up and the board is horizontal + * Raised when the screen is pointing down and the board is horizontal */ //% block="screen down" //% jres=gestures.backsideup