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.
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?
paroj
OGRE Team Member
OGRE Team Member
Posts: 2093
Joined: Sun Mar 30, 2014 2:51 pm
x 1129

Re: OgreWindowEventUtilities is missing Windows support

Post by paroj »