WM_SETFOCUS should not change focus to child instead, then all input goes to child...
authorDiederick Niehorster <dcnieho@gmail.com>
Wed, 27 Feb 2013 06:11:51 +0000 (06:11 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Wed, 27 Feb 2013 06:11:51 +0000 (06:11 +0000)
commit473ed0eb3ac4d8252717a06ea9de2bc062edee03
tree3f4227b7cf27b816192fa338e86946c981c918de
parent559790800438cb861e3eecc377275b8c2ec52e5d
WM_SETFOCUS should not change focus to child instead, then all input goes to child even if it should go to parent. Mousewheel needed to check if actually in child, other mouse action (move, press) are automatically passed to child

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