Moved TaskbarButtonMonitor

This commit is contained in:
Dan Clark
2024-11-02 21:06:58 +00:00
parent 81e39f9895
commit 7a4a299262
12 changed files with 224 additions and 31 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ public class PointerMonitor(IPublisher publisher) :
{
if (nCode >= 0)
{
if (TryGetPointerLocation(out var location))
if (TryGetPointerLocation(out PointerLocation? location))
{
switch ((uint)wParam.Value)
{