Lines Matching defs:_GLFWwndconfig
53 typedef struct _GLFWwndconfig _GLFWwndconfig; typedef251 struct _GLFWwndconfig struct253 int width;254 int height;255 const char* title;256 GLFWbool resizable;257 GLFWbool visible;258 GLFWbool decorated;259 GLFWbool focused;260 GLFWbool autoIconify;261 GLFWbool floating;262 GLFWbool maximized;