Home
last modified time | relevance | path

Searched refs:OnKeyFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h29 using OnKeyFunc = std::function<void(int key, int scancode, int action, int mods)>; variable
62 void OnKey(const OnKeyFunc &onKey);
78 OnKeyFunc onKey_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp194 void GlfwRenderContext::OnKey(const OnKeyFunc &onKey) in OnKey()