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
@@ -273,8 +273,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnKeyDown_" data-uid="Hi.Disp.ShowEventPickable.OnKeyDown*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnKeyDown_Hi_Native_key_event_t_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnKeyDown(Hi.Native.key_event_t,Hi.Native.panel_state_t)">
OnKeyDown(key_event_t, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnKeyDown_Hi_Native_key_event_t_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnKeyDown(Hi.Native.key_event_t,Hi.Disp.DispEngine)">
OnKeyDown(key_event_t, DispEngine)
</h3>
@@ -283,7 +283,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnKeyDown(key_event_t e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnKeyDown(key_event_t e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -291,8 +291,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.key_event_t.html">key_event_t</a></dt>
<dd><p>event</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -309,8 +309,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnKeyUp_" data-uid="Hi.Disp.ShowEventPickable.OnKeyUp*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnKeyUp_Hi_Native_key_event_t_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnKeyUp(Hi.Native.key_event_t,Hi.Native.panel_state_t)">
OnKeyUp(key_event_t, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnKeyUp_Hi_Native_key_event_t_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnKeyUp(Hi.Native.key_event_t,Hi.Disp.DispEngine)">
OnKeyUp(key_event_t, DispEngine)
</h3>
@@ -319,7 +319,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnKeyUp(key_event_t e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnKeyUp(key_event_t e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -327,8 +327,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.key_event_t.html">key_event_t</a></dt>
<dd><p>event</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -345,8 +345,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnMouseDown_" data-uid="Hi.Disp.ShowEventPickable.OnMouseDown*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnMouseDown_Hi_Native_mouse_button_event_t_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnMouseDown(Hi.Native.mouse_button_event_t,Hi.Native.panel_state_t)">
OnMouseDown(mouse_button_event_t, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnMouseDown_Hi_Native_mouse_button_event_t_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnMouseDown(Hi.Native.mouse_button_event_t,Hi.Disp.DispEngine)">
OnMouseDown(mouse_button_event_t, DispEngine)
</h3>
@@ -355,7 +355,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnMouseDown(mouse_button_event_t e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnMouseDown(mouse_button_event_t e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -363,8 +363,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.mouse_button_event_t.html">mouse_button_event_t</a></dt>
<dd><p>event</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -381,8 +381,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnMouseEnter_" data-uid="Hi.Disp.ShowEventPickable.OnMouseEnter*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnMouseEnter_Hi_Native_ui_event_type_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnMouseEnter(Hi.Native.ui_event_type,Hi.Native.panel_state_t)">
OnMouseEnter(ui_event_type, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnMouseEnter_Hi_Native_ui_event_type_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnMouseEnter(Hi.Native.ui_event_type,Hi.Disp.DispEngine)">
OnMouseEnter(ui_event_type, DispEngine)
</h3>
@@ -391,7 +391,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnMouseEnter(ui_event_type e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnMouseEnter(ui_event_type e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -399,8 +399,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.ui_event_type.html">ui_event_type</a></dt>
<dd><p>event type</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -417,8 +417,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnMouseLeave_" data-uid="Hi.Disp.ShowEventPickable.OnMouseLeave*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnMouseLeave_Hi_Native_ui_event_type_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnMouseLeave(Hi.Native.ui_event_type,Hi.Native.panel_state_t)">
OnMouseLeave(ui_event_type, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnMouseLeave_Hi_Native_ui_event_type_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnMouseLeave(Hi.Native.ui_event_type,Hi.Disp.DispEngine)">
OnMouseLeave(ui_event_type, DispEngine)
</h3>
@@ -427,7 +427,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnMouseLeave(ui_event_type e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnMouseLeave(ui_event_type e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -435,8 +435,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.ui_event_type.html">ui_event_type</a></dt>
<dd><p>event type</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -453,8 +453,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnMouseMove_" data-uid="Hi.Disp.ShowEventPickable.OnMouseMove*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnMouseMove_Hi_Native_mouse_move_event_t_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnMouseMove(Hi.Native.mouse_move_event_t,Hi.Native.panel_state_t)">
OnMouseMove(mouse_move_event_t, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnMouseMove_Hi_Native_mouse_move_event_t_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnMouseMove(Hi.Native.mouse_move_event_t,Hi.Disp.DispEngine)">
OnMouseMove(mouse_move_event_t, DispEngine)
</h3>
@@ -463,7 +463,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnMouseMove(mouse_move_event_t e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnMouseMove(mouse_move_event_t e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -471,8 +471,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.mouse_move_event_t.html">mouse_move_event_t</a></dt>
<dd><p>event</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -489,8 +489,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnMouseUp_" data-uid="Hi.Disp.ShowEventPickable.OnMouseUp*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnMouseUp_Hi_Native_mouse_button_event_t_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnMouseUp(Hi.Native.mouse_button_event_t,Hi.Native.panel_state_t)">
OnMouseUp(mouse_button_event_t, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnMouseUp_Hi_Native_mouse_button_event_t_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnMouseUp(Hi.Native.mouse_button_event_t,Hi.Disp.DispEngine)">
OnMouseUp(mouse_button_event_t, DispEngine)
</h3>
@@ -499,7 +499,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnMouseUp(mouse_button_event_t e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnMouseUp(mouse_button_event_t e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -507,8 +507,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.mouse_button_event_t.html">mouse_button_event_t</a></dt>
<dd><p>event</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>
@@ -525,8 +525,8 @@ Class ShowEventPickable
<a id="Hi_Disp_ShowEventPickable_OnMouseWheel_" data-uid="Hi.Disp.ShowEventPickable.OnMouseWheel*"></a>
<h3 id="Hi_Disp_ShowEventPickable_OnMouseWheel_Hi_Native_mouse_wheel_event_t_Hi_Native_panel_state_t_" data-uid="Hi.Disp.ShowEventPickable.OnMouseWheel(Hi.Native.mouse_wheel_event_t,Hi.Native.panel_state_t)">
OnMouseWheel(mouse_wheel_event_t, panel_state_t)
<h3 id="Hi_Disp_ShowEventPickable_OnMouseWheel_Hi_Native_mouse_wheel_event_t_Hi_Disp_DispEngine_" data-uid="Hi.Disp.ShowEventPickable.OnMouseWheel(Hi.Native.mouse_wheel_event_t,Hi.Disp.DispEngine)">
OnMouseWheel(mouse_wheel_event_t, DispEngine)
</h3>
@@ -535,7 +535,7 @@ Class ShowEventPickable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void OnMouseWheel(mouse_wheel_event_t e, panel_state_t state)</code></pre>
<pre><code class="lang-csharp hljs">public override void OnMouseWheel(mouse_wheel_event_t e, DispEngine dispEngine)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -543,8 +543,8 @@ Class ShowEventPickable
<dt><code>e</code> <a class="xref" href="Hi.Native.mouse_wheel_event_t.html">mouse_wheel_event_t</a></dt>
<dd><p>event</p>
</dd>
<dt><code>state</code> <a class="xref" href="Hi.Native.panel_state_t.html">panel_state_t</a></dt>
<dd><p>panel state</p>
<dt><code>dispEngine</code> <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p>display engine</p>
</dd>
</dl>