touched -> pressed

This commit is contained in:
Peli de Halleux
2017-10-24 21:55:37 -07:00
parent 20d584db2b
commit ea6bfa03bd
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
* Touch sensor interactions
*/
const enum TouchSensorEvent {
//% block="touched"
Touched = 4,
//% block="pressed"
Pressed = 4,
//% block="bumped"
Bumped = 1,
//% block="released"