adjust
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user