Fix descriptions (#2602)
This commit is contained in:
@ -74,13 +74,13 @@ enum class Gesture {
|
|||||||
//% jres=gestures.tiltbackwards
|
//% jres=gestures.tiltbackwards
|
||||||
LogoDown = MICROBIT_ACCELEROMETER_EVT_TILT_DOWN,
|
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"
|
//% block="screen up"
|
||||||
//% jres=gestures.frontsideup
|
//% jres=gestures.frontsideup
|
||||||
ScreenUp = MICROBIT_ACCELEROMETER_EVT_FACE_UP,
|
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"
|
//% block="screen down"
|
||||||
//% jres=gestures.backsideup
|
//% jres=gestures.backsideup
|
||||||
|
Reference in New Issue
Block a user