Moved WndProcMonitor to this project

This commit is contained in:
Dan Clark
2024-11-02 20:08:57 +00:00
parent c167257aae
commit 48c63b3bb0
3 changed files with 74 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Toolkit.Windows;
public record WndProcEventArgs(uint Message, uint WParam, uint LParam);