Searched defs:_GLFWwndconfig (Results 1 – 1 of 1) sorted by relevance
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;[all …]