Hard-wire escape button to exit
This commit is contained in:
6
libs/core/shims.d.ts
vendored
6
libs/core/shims.d.ts
vendored
@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user