Since getting the most recent from the beta branch:
1) Getting a cannot open include file error for glslang/standalone/resourelimits.h even though glslang is in my include directories. In my Steam Leadwerks, there is no glslang\StandAlone folder. ResourceLimits.h is in glslang\Include
After adding the above directory and copying resourcelimits.h to it, I can build.
2)After being able to build again with the above change, I get a build error for:
'Center' : is not a member of 'Leadwerks::Window'.
You certainly didn't remove the ability to set the window to the center of the display, did you?
3) Also, since this update, seems like every so often the mouse cursor will not hide when it should. I haven't had a problem with this prior; and I haven't touched any code that would affect this on my end.