2017-11-29 01:11:15 +01:00
|
|
|
{
|
|
|
|
"TouchSensorEvent": "Touch sensor interactions",
|
|
|
|
"sensors.TouchSensor.isPressed": "Check if touch sensor is touched.",
|
|
|
|
"sensors.TouchSensor.onEvent": "Do something when a touch sensor is touched...",
|
|
|
|
"sensors.TouchSensor.onEvent|param|body": "code to run when the event is raised",
|
2017-12-12 19:46:56 +01:00
|
|
|
"sensors.TouchSensor.pauseUntil": "Wait until the touch sensor is touched",
|
2017-11-29 01:11:15 +01:00
|
|
|
"sensors.TouchSensor.wasPressed": "Check if touch sensor is touched since it was last checked."
|
|
|
|
}
|