Dapplo.Windows
Dapplo.Windows copied to clipboard
Mouse click event error
I couldn't get the MouseClick
event to work properly, digging into the code
https://github.com/dapplo/Dapplo.Windows/blob/c3ece8900ba8def6a4af5e02d58af6cead92d122/src/Dapplo.Windows.Input/Mouse/MouseInputGenerator.cs#L23
it looks like an error whereby the MouseDown
event is fired twice, rather than a MouseDown
and a MouseUp
.