Hard-wire escape button to exit

This commit is contained in:
Michal Moskal
2017-07-05 14:54:39 +01:00
parent f9073b3505
commit dfb3f9fbeb
2 changed files with 4 additions and 13 deletions

View File

@ -31,12 +31,6 @@ declare namespace input {
*/
//% block="button enter" weight=95 fixedInstance shim=pxt::getButton(4)
const buttonEnter: Button;
/**
* Exit button.
*/
//% block="button exit" weight=95 fixedInstance shim=pxt::getButton(5)
const buttonExit: Button;
}
declare namespace control {