mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-16 21:25:46 +00:00
Remove console writeline
This commit is contained in:
parent
74e4db236c
commit
fb1e0e5450
@ -446,8 +446,7 @@ namespace AutoHotInterception
|
||||
var state = btnState;
|
||||
ThreadPool.QueueUserWorkItem(threadProc => mapping.Callback(state.State));
|
||||
}
|
||||
//Console.WriteLine($"AHK| Mouse {i} seen - button {btnState.Button}, state: {btnState.State}, rolling: {stroke.mouse.rolling}");
|
||||
Console.WriteLine($"AHK| Mouse {i} seen - button {btnState.Button}, state: {stroke.mouse.state}, rolling: {stroke.mouse.rolling}");
|
||||
//Console.WriteLine($"AHK| Mouse {i} seen - button {btnState.Button}, state: {stroke.mouse.state}, rolling: {stroke.mouse.rolling}");
|
||||
}
|
||||
else if ((stroke.mouse.flags & (ushort) ManagedWrapper.MouseFlag.MouseMoveAbsolute) ==
|
||||
(ushort) ManagedWrapper.MouseFlag.MouseMoveAbsolute
|
||||
|
Loading…
Reference in New Issue
Block a user