Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 377 Bytes

touch-sensor.md

File metadata and controls

15 lines (12 loc) · 377 Bytes

Touch Sensor

sensors.touch1.onEvent(ButtonEvent.Pressed, function () {
    brick.showImage(images.expressionsBigSmile)
})
sensors.touch1.isPressed();
sensors.touch1.wasPressed();

See Also

on Event, is pressed, was pressed