updated docs

This commit is contained in:
Peli de Halleux 2017-12-12 10:49:45 -08:00
parent bacb4673c9
commit 09db613620
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ namespace brick {
* Waits until the event is raised * Waits until the event is raised
* @param ev the event to wait for * @param ev the event to wait for
*/ */
//% help=input/button/wait-until //% help=input/button/pause-until
//% blockId=buttonWaitUntil block="pause until `icons.brickButtons` %button|%event" //% blockId=buttonWaitUntil block="pause until `icons.brickButtons` %button|%event"
//% parts="brick" //% parts="brick"
//% blockNamespace=brick //% blockNamespace=brick

View File

@ -58,7 +58,7 @@ namespace sensors {
* @param sensor the touch sensor that needs to be clicked or used * @param sensor the touch sensor that needs to be clicked or used
* @param event the kind of button gesture that needs to be detected * @param event the kind of button gesture that needs to be detected
*/ */
//% help=input/touch-sensor/wait-until //% help=input/touch-sensor/pause-until
//% blockId=touchWaitUntil block="pause until `icons.touchSensor` %sensor|%event" //% blockId=touchWaitUntil block="pause until `icons.touchSensor` %sensor|%event"
//% parts="touch" //% parts="touch"
//% sensor.fieldEditor="imagedropdown" //% sensor.fieldEditor="imagedropdown"