2018-01-31 17:28:00 +01:00
|
|
|
sensors.touch1.onEvent(ButtonEvent.Pressed, function () {
|
2017-11-29 01:11:15 +01:00
|
|
|
})
|
2018-01-31 17:28:00 +01:00
|
|
|
sensors.touch2.onEvent(ButtonEvent.Bumped, function () {
|
2017-11-29 01:11:15 +01:00
|
|
|
})
|
2018-01-31 17:28:00 +01:00
|
|
|
sensors.touch3.onEvent(ButtonEvent.Released, function () {
|
2017-11-29 01:11:15 +01:00
|
|
|
})
|
2018-01-06 04:14:55 +01:00
|
|
|
sensors.touch4.isPressed();
|
|
|
|
sensors.touch4.wasPressed();
|