upated to 0.1.7. fixing rename issues
This commit is contained in:
4
libs/microbit/enums.d.ts
vendored
4
libs/microbit/enums.d.ts
vendored
@ -119,10 +119,6 @@ declare namespace input {
|
||||
* MicroBitEvent is initialised, and no further processing takes place.
|
||||
*/
|
||||
CreateOnly = 0, // CREATE_ONLY
|
||||
/**
|
||||
* MicroBitEvent is initialised, and queued on the MicroBitMessageBus.
|
||||
*/
|
||||
CreateAndQueue = 1, // CREATE_AND_QUEUE
|
||||
/**
|
||||
* MicroBitEvent is initialised, and its event handlers are immediately fired (not suitable for use in interrupts!).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user