tune
This commit is contained in:
@@ -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. “Alt”, “ArrowLeft”, “a”).</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user