Update input.md fixing broken links (#883)

This commit is contained in:
A Björck
2021-07-16 22:41:29 +02:00
committed by GitHub
parent 64a40ff641
commit 3b5d7e22d5

View File

@ -331,7 +331,7 @@ class MyGame extends Game with KeyboardEvents {
```
You can also check a more complete example
[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/controls/keyboard.dart).
[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/input/keyboard.dart).
## Joystick
@ -427,7 +427,7 @@ If you want to create buttons to go with your joystick, check out
[`MarginButtonComponent`](#HudButtonComponent).
A full examples of how to use it can be found
[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/controls/joystick).
[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/input/joystick.dart).
And it can be seen running [here](https://examples.flame-engine.org/#/Controls_Joystick).
## HudButtonComponent