Buttons rename (#287)
* renaming up/down/click to released/pressed/bump * missing images * fixing signature issue * updated strings * white lego logo
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
tests.test("Touch sensor pressed", function () {
|
||||
brick.print("Press touch sensor", 0, 50)
|
||||
brick.print("and click enter", 0, 60)
|
||||
brick.buttonEnter.pauseUntil(ButtonEvent.Click)
|
||||
brick.buttonEnter.pauseUntil(ButtonEvent.Bumped)
|
||||
brick.clearScreen()
|
||||
tests.assert("Pressed", sensors.touch1.isPressed())
|
||||
})
|
Reference in New Issue
Block a user