Added window iconification callback.

This commit is contained in:
Camilla Berglund
2010-09-20 02:22:35 +02:00
parent 871f3d172e
commit 0d7e1794a5
8 changed files with 51 additions and 1 deletions
+1
View File
@@ -149,6 +149,7 @@ typedef struct _GLFWwindow
GLFWwindowclosefun windowCloseCallback;
GLFWwindowrefreshfun windowRefreshCallback;
GLFWwindowfocusfun windowFocusCallback;
GLFWwindowiconifyfun windowIconifyCallback;
GLFWmousebuttonfun mouseButtonCallback;
GLFWmouseposfun mousePosCallback;
GLFWmousewheelfun mouseWheelCallback;