mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
docs: fix broken link for Keyboard Input Component (#1854)
This commit is contained in:
@ -52,7 +52,7 @@ void addInputStories(Dashbook dashbook) {
|
|||||||
..add(
|
..add(
|
||||||
'Keyboard (Component)',
|
'Keyboard (Component)',
|
||||||
(_) => GameWidget(game: KeyboardListenerComponentExample()),
|
(_) => GameWidget(game: KeyboardListenerComponentExample()),
|
||||||
codeLink: baseLink('input/keyboard_component_example.dart'),
|
codeLink: baseLink('input/keyboard_listener_component_example.dart'),
|
||||||
info: KeyboardListenerComponentExample.description,
|
info: KeyboardListenerComponentExample.description,
|
||||||
)
|
)
|
||||||
..add(
|
..add(
|
||||||
|
|||||||
Reference in New Issue
Block a user