Searched refs:OnKey (Results 1 – 5 of 5) sorted by relevance
62 void OnKey(const OnKeyFunc &onKey);69 static void OnKey(GLFWwindow *window, int key, int scancode, int action, int mods);
194 void GlfwRenderContext::OnKey(const OnKeyFunc &onKey) in OnKey() function in OHOS::Rosen::GlfwRenderContext197 glfwSetKeyCallback(window_, GlfwRenderContext::OnKey); in OnKey()228 void GlfwRenderContext::OnKey(GLFWwindow *window, int key, int scancode, int action, int mods) in OnKey() function in OHOS::Rosen::GlfwRenderContext
36 static void OnKey(std::function<bool(KeyEventInfo& keyInfo)> callback);
76 void InteractableView::OnKey(std::function<bool(KeyEventInfo& keyInfo)> callback) in OnKey() function in OHOS::Ace::Framework::InteractableView
88 glfwRenderContext->OnKey(keyboardCbk); in Initialize()