Skip to content

Commit

Permalink
Deployed 7c0137b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 29, 2024
1 parent 22efc40 commit c239952
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ <h2 id="reading-events">Reading Events<a class="headerlink" href="#reading-event
</div>
<h3 id="reading-events-with-coroutine-flows">Reading Events with Coroutine Flows<a class="headerlink" href="#reading-events-with-coroutine-flows" title="Permanent link">&para;</a></h3>
<p>The simplest way to read events is to include the <code>mordant-coroutines</code> module,
and can use [receiveEventsFlow], <a href="../api/extensions/mordant-coroutines/com.github.ajalt.mordant.input.coroutines/receive-key-events-flow.html">receiveKeyEventsFlow</a>, and <a href="../api/extensions/mordant-coroutines/com.github.ajalt.mordant.input.coroutines/receive-mouse-events-flow.html">receiveMouseEventsFlow</a> to receive
and can use <a href="../api/extensions/mordant-coroutines/com.github.ajalt.mordant.input.coroutines/receive-events-flow.html">receiveEventsFlow</a>, <a href="../api/extensions/mordant-coroutines/com.github.ajalt.mordant.input.coroutines/receive-key-events-flow.html">receiveKeyEventsFlow</a>, and <a href="../api/extensions/mordant-coroutines/com.github.ajalt.mordant.input.coroutines/receive-mouse-events-flow.html">receiveMouseEventsFlow</a> to receive
events as a <a href="https://kotlinlang.org/docs/reference/coroutines/flow.html">Flow</a>. These functions will handle setting up raw mode and restoring the terminal to
its original state when they are done.</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:3"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Example of receiveEventsFlow</label><label for="__tabbed_1_2">Example of receiveMouseEventsFlow</label><label for="__tabbed_1_3">Example of receiveEventsFlow</label></div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit c239952

Please sign in to comment.