Searched refs:OnKeyFunc (Results 1 – 2 of 2) sorted by relevance
29 using OnKeyFunc = std::function<void(int key, int scancode, int action, int mods)>; variable62 void OnKey(const OnKeyFunc &onKey);78 OnKeyFunc onKey_ = nullptr;
194 void GlfwRenderContext::OnKey(const OnKeyFunc &onKey) in OnKey()