Home
last modified time | relevance | path

Searched refs:onChar_ (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.cpp202 onChar_ = onChar; in OnChar()
239 if (that->onChar_) { in OnChar()
240 that->onChar_(codepoint); in OnChar()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h79 OnCharFunc onChar_ = nullptr; variable