Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WindowPos.h
Go to the documentation of this file.
1 
2 #ifndef WINDOW_POSITION_UTIL_H
3 #define WINDOW_POSITION_UTIL_H
4 
10 #include <glm/glm.hpp>
11 
12 namespace glutil
13 {
16 
19  {
23  };
24 
27  {
31  };
32 
45  glm::ivec2 CalcWindowPosition(const glm::ivec2 &wndSize, const glm::ivec2 &desktopSize,
48 }
49 
50 #endif //WINDOW_POSITION_UTIL_H