Fix SetCapture() to use child_window instead of window. As using window was causing...
authorDavid Jeske <davidj@gmail.com>
Mon, 12 Jun 2017 02:09:50 +0000 (19:09 -0700)
committerDavid Jeske <davidj@gmail.com>
Mon, 12 Jun 2017 02:09:50 +0000 (19:09 -0700)
commit3bbd31d66b1f34c4f19846484e0c62748350950d
tree27700619d1a6262bc2f907d43d576d385b1ba496
parentd5b43fb33c00bd6034c3b2e92f1c8cc64bd7a298
Fix SetCapture() to use child_window instead of window. As using window was causing spurious WM_MOUSELEAVE events. Also change other mouse events to return IntPtr.Zero when handled
src/OpenTK/Platform/Windows/WinGLNative.cs