Searched refs:onKey_ (Results 1 – 2 of 2) sorted by relevance
196 onKey_ = onKey; in OnKey()231 if (that->onKey_) { in OnKey()232 that->onKey_(key, scancode, action, mods); in OnKey()
78 OnKeyFunc onKey_ = nullptr; variable