Home
last modified time | relevance | path

Searched defs:_GLFWwndconfig (Results 1 – 1 of 1) sorted by relevance

/third_party/glfw/src/
Dinternal.h53 typedef struct _GLFWwndconfig _GLFWwndconfig; typedef
251 struct _GLFWwndconfig struct
253 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 …]