removing references to older gesture events
This commit is contained in:
parent
6b9b636ae6
commit
c3865afe8c
@ -130,11 +130,7 @@ Welcome to the Touch Develop home page for the BBC micro:bit. Below you will fin
|
|||||||
* [running time](/reference/input/running-time)
|
* [running time](/reference/input/running-time)
|
||||||
* [on shake](/reference/input/on-gesture)
|
* [on shake](/reference/input/on-gesture)
|
||||||
* [on button pressed](/reference/input/on-button-pressed)
|
* [on button pressed](/reference/input/on-button-pressed)
|
||||||
* [on logo down](/functions/on-logo-down)
|
|
||||||
* [on logo up](/functions/on-logo-up)
|
|
||||||
* [on pin pressed](/reference/input/on-pin-pressed)
|
* [on pin pressed](/reference/input/on-pin-pressed)
|
||||||
* [on screen down](/functions/on-screen-down)
|
|
||||||
* [on screen up](/functions/on-screen-up)
|
|
||||||
* [pin is pressed](/reference/input/pin-is-pressed)
|
* [pin is pressed](/reference/input/pin-is-pressed)
|
||||||
|
|
||||||
### Image
|
### Image
|
||||||
|
@ -55,5 +55,4 @@ To learn more about how the BBC micro:bit queues up and schedules event handlers
|
|||||||
|
|
||||||
### see also
|
### see also
|
||||||
|
|
||||||
[on button pressed](/reference/input/on-button-pressed), [on logo up](/functions/on-logo-up), [on logo down](/functions/on-logo-down), [on screen up](/functions/on-screen-up), [on screen down](/functions/on-screen-down), [on shake](/reference/input/on-gesture), [on pin pressed](/reference/input/on-pin-pressed)
|
[on button pressed](/reference/input/on-button-pressed)
|
||||||
|
|
||||||
|
@ -77,11 +77,6 @@ Overview of TouchDevelop lessons for the micro:bit.
|
|||||||
* [compass heading](/reference/input/compass-heading)
|
* [compass heading](/reference/input/compass-heading)
|
||||||
* [calibrate](/functions/calibrate)
|
* [calibrate](/functions/calibrate)
|
||||||
* [running time](/reference/input/running-time)
|
* [running time](/reference/input/running-time)
|
||||||
* [on shake](/reference/input/on-gesture)
|
|
||||||
* [on screen up](/functions/on-screen-up)
|
|
||||||
* [on screen down](/functions/on-screen-down)
|
|
||||||
* [on logo up](/functions/on-logo-up)
|
|
||||||
* [on logo down](/functions/on-logo-down)
|
|
||||||
|
|
||||||
### ~
|
### ~
|
||||||
|
|
||||||
|
@ -43,9 +43,6 @@ Learn how to create a guessing game with **global variables** `var str: "this is
|
|||||||
* **show string** : [read more...](/reference/basic/show-string)
|
* **show string** : [read more...](/reference/basic/show-string)
|
||||||
* **local variables** : [read more...](/reference/variables/var)
|
* **local variables** : [read more...](/reference/variables/var)
|
||||||
* **assignment operator** : [read more...](/reference/variables/assign)
|
* **assignment operator** : [read more...](/reference/variables/assign)
|
||||||
* **on logo up** [read more...](/functions/on-logo-up)
|
|
||||||
* **on screen down** [read more...](/functions/on-screen-down)
|
|
||||||
* **on screen up** [read more...](/functions/on-screen-up)
|
|
||||||
* **math random** : [read more...](/js/math)
|
* **math random** : [read more...](/js/math)
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
Loading…
Reference in New Issue
Block a user