2018-01-31 08:28:00 -08:00
|
|
|
sensors.touch1.onEvent(ButtonEvent.Pressed, function () {
|
2017-11-28 16:11:15 -08:00
|
|
|
})
|
2018-01-31 08:28:00 -08:00
|
|
|
sensors.touch2.onEvent(ButtonEvent.Bumped, function () {
|
2017-11-28 16:11:15 -08:00
|
|
|
})
|
2018-01-31 08:28:00 -08:00
|
|
|
sensors.touch3.onEvent(ButtonEvent.Released, function () {
|
2017-11-28 16:11:15 -08:00
|
|
|
})
|
2018-01-05 19:14:55 -08:00
|
|
|
sensors.touch4.isPressed();
|
|
|
|
sensors.touch4.wasPressed();
|