Home
last modified time | relevance | path

Searched refs:onMouseBotton_ (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.cpp184 onMouseBotton_ = onMouseBotton; in OnMouseButton()
215 if (that->onMouseBotton_) { in OnMouseButton()
216 that->onMouseBotton_(button, action == GLFW_PRESS, mods); in OnMouseButton()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h76 OnMouseButtonFunc onMouseBotton_ = nullptr; variable