Searched defs:onKey (Results 1 - 6 of 6) sorted by relevance
| /third_party/skia/tools/sk_app/ |
| H A D | Window.cpp | 47 bool Window::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Window
|
| H A D | CommandSet.cpp | 37 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::CommandSet
|
| H A D | Window.h | 105 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function in sk_app::Window::Layer
|
| /third_party/skia/experimental/sktext/editor/ |
| H A D | Editor.cpp | 203 bool Editor::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in skia::editor::Editor
|
| /third_party/skia/tools/viewer/ |
| H A D | ImGuiLayer.cpp | 221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
|
| H A D | Viewer.cpp | 3048 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Viewer
|
Completed in 8 milliseconds