dxgldotorg / dxgl

DXGL DirectX-to-OpenGL Wrapper source code
https://dxgl.org
GNU Lesser General Public License v2.1
193 stars 16 forks source link

Feature to use PostMessage for mouse #4

Open realmonster opened 4 years ago

realmonster commented 4 years ago

In the game I run SendMessage in glRenderWindow::WndProc for mouse messages doesn't work for some reason. I changed it into PostMessage and it worked. It would be nice to have setting in config or perhaps replace it.