Removed redundant printout for "OnMouseMove called without moving the mouse"
authorTzach Shabtay <tzachshabtay@gmail.com>
Sun, 11 Dec 2016 23:11:56 +0000 (18:11 -0500)
committerTzach Shabtay <tzachshabtay@gmail.com>
Sun, 11 Dec 2016 23:11:56 +0000 (18:11 -0500)
commit51e2b3915cb63f41e7bcfd4f8bb1615304ac25fc
tree2bd865692752a9e5aab507d61b232693c32963a7
parent1581ac7b8a161ff48dc291bcd7c397c328b20ce4
Removed redundant printout for "OnMouseMove called without moving the mouse"

This fixes #416.
The problem with this printout (as explained in the issue) is that on
Windows (at least for specific devices/OS) GetMouseMovePointsEx can
return duplicate points, so it’s either adding a check in the Windows
layer or remove the printout. Adding a check in the Windows layer looks
redundant though, as this is already checked in NativeWindowBase, so
removing the printout looks preferable.
src/OpenTK/Platform/NativeWindowBase.cs