Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dinput.c459 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun) in glfwSetKeyCallback()
469 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun cbfun) in glfwSetCharCallback()
479 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFWcharmodsfun cbfun) in glfwSetCharModsCallback()
490 GLFWmousebuttonfun cbfun) in glfwSetMouseButtonCallback()
501 GLFWcursorposfun cbfun) in glfwSetCursorPosCallback()
512 GLFWcursorenterfun cbfun) in glfwSetCursorEnterCallback()
523 GLFWscrollfun cbfun) in glfwSetScrollCallback()
533 GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun cbfun) in glfwSetDropCallback()
601 GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun) in glfwSetJoystickCallback()
Dwindow.c790 GLFWwindowposfun cbfun) in glfwSetWindowPosCallback()
801 GLFWwindowsizefun cbfun) in glfwSetWindowSizeCallback()
812 GLFWwindowclosefun cbfun) in glfwSetWindowCloseCallback()
823 GLFWwindowrefreshfun cbfun) in glfwSetWindowRefreshCallback()
834 GLFWwindowfocusfun cbfun) in glfwSetWindowFocusCallback()
845 GLFWwindowiconifyfun cbfun) in glfwSetWindowIconifyCallback()
856 GLFWframebuffersizefun cbfun) in glfwSetFramebufferSizeCallback()
Dinit.c195 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun) in glfwSetErrorCallback()
Dmonitor.c367 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun) in glfwSetMonitorCallback()