This commit is contained in:
2025-12-29 11:48:49 +08:00
parent 139d17d0b9
commit 53f0724d1e
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -103,6 +103,10 @@ namespace Hi.WinForm.Disp
#endregion
#region Win32_Message_Handling
/// <summary>
/// Processes Windows messages, handling touch input and forwarding other messages to the base class.
/// </summary>
/// <param name="m">The Windows message to process.</param>
protected override void WndProc(ref Message m)
{
if (m.Msg == WM_TOUCH)