Home
last modified time | relevance | path

Searched refs:cbfun (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h1343 * @param[in] cbfun The new callback, or `NULL` to remove the currently set
1359 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun);
1505 * @param[in] cbfun The new callback, or `NULL` to remove the currently set
1520 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun);
2532 * @param[in] cbfun The new callback, or `NULL` to remove the currently set
2547 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun cbfun);
2556 * @param[in] cbfun The new callback, or `NULL` to remove the currently set
2572 GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwindowsizefun cbfun);
2586 * @param[in] cbfun The new callback, or `NULL` to remove the currently set
2605 GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* window, GLFWwindowclosefun cbfun);
[all...]
/third_party/glfw/src/
H A Dinput.c956 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun) in glfwSetKeyCallback() argument
963 _GLFW_SWAP(GLFWkeyfun, window->callbacks.key, cbfun); in glfwSetKeyCallback()
964 return cbfun; in glfwSetKeyCallback()
967 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun cbfun) in glfwSetCharCallback() argument
974 _GLFW_SWAP(GLFWcharfun, window->callbacks.character, cbfun); in glfwSetCharCallback()
975 return cbfun; in glfwSetCharCallback()
978 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFWcharmodsfun cbfun) in glfwSetCharModsCallback() argument
985 _GLFW_SWAP(GLFWcharmodsfun, window->callbacks.charmods, cbfun); in glfwSetCharModsCallback()
986 return cbfun; in glfwSetCharModsCallback()
990 GLFWmousebuttonfun cbfun) in glfwSetMouseButtonCallback()
989 glfwSetMouseButtonCallback(GLFWwindow* handle, GLFWmousebuttonfun cbfun) glfwSetMouseButtonCallback() argument
1001 glfwSetCursorPosCallback(GLFWwindow* handle, GLFWcursorposfun cbfun) glfwSetCursorPosCallback() argument
1013 glfwSetCursorEnterCallback(GLFWwindow* handle, GLFWcursorenterfun cbfun) glfwSetCursorEnterCallback() argument
1025 glfwSetScrollCallback(GLFWwindow* handle, GLFWscrollfun cbfun) glfwSetScrollCallback() argument
1037 glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun cbfun) glfwSetDropCallback() argument
1261 glfwSetJoystickCallback(GLFWjoystickfun cbfun) glfwSetJoystickCallback() argument
[all...]
H A Dwindow.c1060 GLFWwindowposfun cbfun) in glfwSetWindowPosCallback()
1067 _GLFW_SWAP(GLFWwindowposfun, window->callbacks.pos, cbfun); in glfwSetWindowPosCallback()
1068 return cbfun; in glfwSetWindowPosCallback()
1072 GLFWwindowsizefun cbfun) in glfwSetWindowSizeCallback()
1079 _GLFW_SWAP(GLFWwindowsizefun, window->callbacks.size, cbfun); in glfwSetWindowSizeCallback()
1080 return cbfun; in glfwSetWindowSizeCallback()
1084 GLFWwindowclosefun cbfun) in glfwSetWindowCloseCallback()
1091 _GLFW_SWAP(GLFWwindowclosefun, window->callbacks.close, cbfun); in glfwSetWindowCloseCallback()
1092 return cbfun; in glfwSetWindowCloseCallback()
1096 GLFWwindowrefreshfun cbfun) in glfwSetWindowRefreshCallback()
1059 glfwSetWindowPosCallback(GLFWwindow* handle, GLFWwindowposfun cbfun) glfwSetWindowPosCallback() argument
1071 glfwSetWindowSizeCallback(GLFWwindow* handle, GLFWwindowsizefun cbfun) glfwSetWindowSizeCallback() argument
1083 glfwSetWindowCloseCallback(GLFWwindow* handle, GLFWwindowclosefun cbfun) glfwSetWindowCloseCallback() argument
1095 glfwSetWindowRefreshCallback(GLFWwindow* handle, GLFWwindowrefreshfun cbfun) glfwSetWindowRefreshCallback() argument
1107 glfwSetWindowFocusCallback(GLFWwindow* handle, GLFWwindowfocusfun cbfun) glfwSetWindowFocusCallback() argument
1119 glfwSetWindowIconifyCallback(GLFWwindow* handle, GLFWwindowiconifyfun cbfun) glfwSetWindowIconifyCallback() argument
1131 glfwSetWindowMaximizeCallback(GLFWwindow* handle, GLFWwindowmaximizefun cbfun) glfwSetWindowMaximizeCallback() argument
1143 glfwSetFramebufferSizeCallback(GLFWwindow* handle, GLFWframebuffersizefun cbfun) glfwSetFramebufferSizeCallback() argument
1155 glfwSetWindowContentScaleCallback(GLFWwindow* handle, GLFWwindowcontentscalefun cbfun) glfwSetWindowContentScaleCallback() argument
[all...]
H A Dinit.c523 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun) in glfwSetErrorCallback() argument
525 _GLFW_SWAP(GLFWerrorfun, _glfwErrorCallback, cbfun); in glfwSetErrorCallback()
526 return cbfun; in glfwSetErrorCallback()
H A Dmonitor.c426 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun) in glfwSetMonitorCallback() argument
429 _GLFW_SWAP(GLFWmonitorfun, _glfw.callbacks.monitor, cbfun); in glfwSetMonitorCallback()
430 return cbfun; in glfwSetMonitorCallback()

Completed in 8 milliseconds