OgreWindowEventUtilities is missing Windows support

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
Iwamori
Gnoblar
Posts: 2
Joined: Sun Oct 14, 2018 9:21 pm
x 1

OgreWindowEventUtilities is missing Windows support

Post by Iwamori »

I noticed that events for windows registered in OgreWindowEventUtilities are not fired when windows are resized or moved. I am using Windows and Ogre 1.11.2

Those files contain functions (GLXProc) for handling events for Linux, but not for Windows:

https://github.com/OGRECave/ogre/blob/m ... lities.cpp
https://github.com/OGRECave/ogre/blob/v ... lities.cpp

I have found some old version that contains _WndProc function.

https://github.com/ehsan/ogre/blob/mast ... lities.cpp

Is it bug?
Post Reply