From ad4c8d6714147c56a2b1454706734dbd81803fdf Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Fri, 3 May 2024 12:17:43 +0200 Subject: [PATCH] Update doc/flame/router.md Co-authored-by: Renan <6718144+renancaraujo@users.noreply.github.com> --- doc/flame/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/flame/router.md b/doc/flame/router.md index 143b1890256..626bdc9f1bb 100644 --- a/doc/flame/router.md +++ b/doc/flame/router.md @@ -30,7 +30,7 @@ On the contrary, if a page is transparent, then the page below it will be render events normally. Such transparent pages are useful for implementing modal dialogs, inventory or dialogue UIs, etc. If you want your route to be visually transparent but for the routes below it to not receive events, make sure to add a background component to your route that captures the -events. +events by using one of the [event capturing mixins](inputs/inputs.md). Usage example: