removed SetFocus that was added to WM_MOUSEMOVE to handle keyboard focus
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 20 Jul 2012 06:35:38 +0000 (06:35 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 20 Jul 2012 06:35:38 +0000 (06:35 +0000)
commit12b5b4f2497902c06c175b88d90cab8a91457739
tree3dc9b98fd32d06a0b66fdfb5680222ee850d98e5
parent9015943b5abecb4caf4b76805d937ecc577edf07
removed SetFocus that was added to WM_MOUSEMOVE to handle keyboard focus
with subwindows
Now using a solution similar to GLUT's, when receiving input, check if
mouse is actually on a child of the window passed in by the event, and
process as if event was on that window instead

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1348 7f0cb862-5218-0410-a997-914c9d46530a
src/mswin/fg_main_mswin.c