This commit is contained in:
2026-02-11 04:11:05 +08:00
parent b445c3e334
commit 1a8a3b59d2
104 changed files with 10241 additions and 2457 deletions
@@ -172,37 +172,6 @@ Struct key_event_t
<h3 id="Hi_Native_key_event_t_key" data-uid="Hi.Native.key_event_t.key">
key
</h3>
<div class="markdown level1 summary"><p>Key code.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long key</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
<dd></dd>
</dl>
<h3 id="Hi_Native_key_event_t_type" data-uid="Hi.Native.key_event_t.type">
type
@@ -233,6 +202,42 @@ Struct key_event_t
<h2 class="section" id="properties">Properties
</h2>
<a id="Hi_Native_key_event_t_Key_" data-uid="Hi.Native.key_event_t.Key*"></a>
<h3 id="Hi_Native_key_event_t_Key" data-uid="Hi.Native.key_event_t.Key">
Key
</h3>
<div class="markdown level1 summary"><p>Key string (W3C KeyboardEvent.key value, e.g. &ldquo;Alt&rdquo;, &ldquo;ArrowLeft&rdquo;, &ldquo;a&rdquo;).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Key { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
</article>