Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dinternal.h57 typedef struct _GLFWwindow _GLFWwindow; typedef
345 struct _GLFWwindow struct
347 struct _GLFWwindow* next; argument
350 GLFWbool resizable;
351 GLFWbool decorated;
352 GLFWbool autoIconify;
353 GLFWbool floating;
354 GLFWbool closed;
355 void* userPointer;
356 GLFWvidmode videoMode;
[all …]
Dcocoa_window.m212 - (id)initWithGlfwWindow:(_GLFWwindow *)initWindow;
219 {
350 - (id)initWithGlfwWindow:(_GLFWwindow *)initWindow;
371 {