Home
last modified time | relevance | path

Searched refs:OnCursorPos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h61 void OnCursorPos(const OnCursorPosFunc &onCursorPos);
68 static void OnCursorPos(GLFWwindow *window, double x, double y);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp188 void GlfwRenderContext::OnCursorPos(const OnCursorPosFunc &onCursorPos) in OnCursorPos() function in OHOS::Rosen::GlfwRenderContext
191 glfwSetCursorPosCallback(window_, GlfwRenderContext::OnCursorPos); in OnCursorPos()
220 void GlfwRenderContext::OnCursorPos(GLFWwindow *window, double x, double y) in OnCursorPos() function in OHOS::Rosen::GlfwRenderContext
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp115 glfwRenderContext->OnCursorPos(cursorPosCbk); in Initialize()