Home
last modified time | relevance | path

Searched refs:glfwWaitEvents (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/glfw/tests/
Dtitle.c72 glfwWaitEvents(); in main()
Dicon.c141 glfwWaitEvents(); in main()
Dclipboard.c151 glfwWaitEvents(); in main()
Dempty.c118 glfwWaitEvents(); in main()
Dthreads.c126 glfwWaitEvents(); in main()
Dwindows.c160 glfwWaitEvents(); in main()
Dgamma.c182 glfwWaitEvents(); in main()
Dsharing.c180 glfwWaitEvents(); in main()
Diconify.c280 glfwWaitEvents(); in main()
Dcursor.c297 glfwWaitEvents(); in main()
Devents.c610 glfwWaitEvents(); in main()
/third_party/flutter/glfw/docs/
Dinput.dox53 input, @ref glfwWaitEvents is a better choice.
56 glfwWaitEvents();
75 If the main thread is sleeping in @ref glfwWaitEvents, you can wake it from
504 not require a window to be created or @ref glfwPollEvents or @ref glfwWaitEvents
Dnews.dox124 glfwWaitEvents to return.
Dintro.dox201 - @ref glfwWaitEvents
Dquick.dox322 @ref glfwWaitEvents is a better choice. It waits until at least one event has
Dmoving.dox154 you need to call @ref glfwPollEvents or @ref glfwWaitEvents yourself. Unlike
/third_party/flutter/glfw/examples/
Dsplitview.c533 glfwWaitEvents(); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2788 GLFWAPI void glfwWaitEvents(void);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2788 GLFWAPI void glfwWaitEvents(void);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2806 GLFWAPI void glfwWaitEvents(void);
/third_party/flutter/glfw/src/
Dwindow.c872 GLFWAPI void glfwWaitEvents(void) in glfwWaitEvents() function
/third_party/flutter/skia/third_party/externals/imgui/docs/
DTODO.txt317 …e when minimized? if (glfwGetWindowAttrib(window, GLFW_ICONIFIED)) { glfwWaitEvents(); continue; }…
/third_party/skia/third_party/externals/imgui/docs/
DTODO.txt390 …e when minimized? if (glfwGetWindowAttrib(window, GLFW_ICONIFIED)) { glfwWaitEvents(); continue; }…