pxt-ev3/libs/touch-sensor/_locales/touch-sensor-jsdoc-strings.json
2017-11-28 16:11:15 -08:00

7 lines
391 B
JSON

{
"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",
"sensors.TouchSensor.wasPressed": "Check if touch sensor is touched since it was last checked."
}