This commit is contained in:
Michal Moskal
2017-07-10 12:47:00 +01:00
parent 03b864c355
commit 0cc3cfee4b
9 changed files with 86 additions and 20 deletions

View File

@ -14,6 +14,10 @@ namespace input {
_update(prev: number, curr: number) {
this.button.update(curr > 0)
}
_deviceType() {
return LMS.DEVICE_TYPE_TOUCH
}
}
//% whenUsed