Home
last modified time | relevance | path

Searched defs:scancode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp78 auto&& keyboardCbk = [this](int key, int scancode, int action, int mods) { in Initialize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp228 void GlfwRenderContext::OnKey(GLFWwindow *window, int key, int scancode, int action, int mods) in OnKey()