Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp196 onKey_ = onKey; in OnKey()
231 if (that->onKey_) { in OnKey()
232 that->onKey_(key, scancode, action, mods); in OnKey()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h78 OnKeyFunc onKey_ = nullptr; variable