Rename ButtonWrapper to Button

This commit is contained in:
Michal Moskal
2017-07-10 11:43:50 +01:00
parent 6b5dd6c07b
commit 03b864c355
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
namespace input {
export class TouchSensor extends internal.AnalogSensor {
button: ButtonWrapper;
button: Button;
constructor() {
super()
this.button = new ButtonWrapper()
this.button = new Button()
}
_query() {