Home
last modified time | relevance | path

Searched refs:onKey (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dmain_menu.cpp131 bool MainMenu::onKey(const SDL_keysym sym) { in onKey() function in MainMenu
133 return _profile_dialog->onKey(sym); in onKey()
140 return active->onKey(sym); in onKey()
142 return Menu::onKey(sym); in onKey()
221 onKey(sym); in onEvent()
225 onKey(sym); in onEvent()
228 onKey(sym); in onEvent()
231 onKey(sym); in onEvent()
234 onKey(sym); in onEvent()
245 onKey(sym); in onEvent()
H A Dprompt.cpp82 bool Prompt::onKey(const SDL_keysym sym) { in onKey() function in Prompt
95 if (_text->onKey(sym) || Container::onKey(sym)) in onKey()
H A Dnew_profile_dialog.cpp35 bool NewProfileDialog::onKey(const SDL_keysym sym) { in onKey() function in NewProfileDialog
36 if (Container::onKey(sym)) in onKey()
H A Dcontainer.cpp79 bool Container::onKey(const SDL_keysym sym) { in onKey() function in Container
80 …if (_focus != NULL && !_focus->hidden() && _focus->onKey(sym)) //first, pass key event to control … in onKey()
88 if (c->onKey(sym) | c->_modal) in onKey()
H A Dstart_server_menu.cpp146 bool StartServerMenu::onKey(const SDL_keysym sym) { in onKey() function in StartServerMenu
147 if (Container::onKey(sym)) in onKey()
H A Dshop.cpp94 bool Shop::onKey(const SDL_keysym sym) { in onKey() function in Shop
95 if (Container::onKey(sym)) in onKey()
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dmain_window.cc80 void onKey(int key) in onKey() function in deMainWindowImpl
84 frame->onKey(key); in onKey()
168 void deMainWindow::onKey(int key) in onKey() function in deMainWindow
170 impl->onKey(key); in onKey()
H A Dproperty_curves_ui.cc188 bool onKey(int key) in onKey() function in dePropertyCurvesUIImpl
213 property.onKey(key, i, v); in onKey()
269 bool dePropertyCurvesUI::onKey(int key) in onKey() function in dePropertyCurvesUI
273 return impl->onKey(key); in onKey()
H A Ddelaboratory.cc127 project.onKey(key); in IMPLEMENT_APP()
128 mainWindow.onKey(key); in IMPLEMENT_APP()
H A Dlayer_frame_manager.cc117 void deLayerFrameManager::onKey(int key) in onKey() function in deLayerFrameManager
125 layerFrame->onKey(key); in onKey()
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Diniparser.cpp44 bool IniParser::Event::onKey(const std::string& key) in onKey() function in cxxtools::IniParser::Event
115 ret = event.onKey(data); in parse()
121 ret = event.onKey(data); in parse()
H A Dproperties.cpp50 bool onKey(const String& key);
59 bool PropertiesEvent::onKey(const String& key_) in onKey() function in cxxtools::__anonf40f6fe20111::PropertiesEvent
165 || event.onKey(key); in parse()
171 || event.onKey(key); in parse()
H A Dinifile.cpp54 bool onKey(const std::string& key);
65 bool IniFileEvent::onKey(const std::string& key_) in onKey() function in cxxtools::__anon11c32cd50111::IniFileEvent
H A Dpropertiesdeserializer.cpp65 virtual bool onKey(const String& key);
75 bool PropertiesDeserializer::Ev::onKey(const String& key) in onKey() function in cxxtools::PropertiesDeserializer::Ev
/dports/games/battletanks/btanks-0.9.8083/editor/
H A Dlayer_list_dialog.cpp74 bool LayerListDialog::onKey(const SDL_keysym sym) { in onKey() function in LayerListDialog
75 if (Container::onKey(sym)) in onKey()
123 ScrollList::onKey(sym); in onKey()
H A Dmorph_dialog.cpp47 bool MorphDialog::onKey(const SDL_keysym sym) { in onKey() function in MorphDialog
61 return Container::onKey(sym); in onKey()
H A Dadd_tileset_dialog.cpp58 bool AddTilesetDialog::onKey(const SDL_keysym sym) { in onKey() function in AddTilesetDialog
72 return ScrollList::onKey(sym); in onKey()
H A Dresize_dialog.cpp86 bool ResizeDialog::onKey(const SDL_keysym sym) { in onKey() function in ResizeDialog
87 if (Container::onKey(sym)) in onKey()
H A Dobject_properties.cpp57 bool ObjectPropertiesDialog::onKey(const SDL_keysym sym) { in onKey() function in ObjectPropertiesDialog
71 return Container::onKey(sym); in onKey()
H A Dopen_map_dialog.cpp115 bool OpenMapDialog::onKey(const SDL_keysym sym) { in onKey() function in OpenMapDialog
137 if (Container::onKey(sym)) in onKey()
145 return Container::onKey(sym); in onKey()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/gui/
H A Dgui2_canvas.cpp56 if (focus_element->onKey(key, unicode)) in handleKeyPress()
64 onKey(key, unicode); in handleKeyPress()
90 void GuiCanvas::onKey(sf::Event::KeyEvent key, int unicode) in onKey() function in GuiCanvas
/dports/sysutils/htop/htop-3.1.2/
H A DInfoScreen.h33 const InfoScreen_OnKey onKey; member
40 #define InfoScreen_onKey(this_, ch_) As_InfoScreen(this_)->onKey((InfoScreen*)(this_), ch_)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/postscriptgl/
H A Dpostscriptgl.go87 window.SetKeyCallback(onKey)
104 func onKey(w *glfw.Window, key glfw.Key, scancode int, action glfw.Action, mods glfw.ModifierKey) { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/helloworldgl/
H A Dhelloworldgl.go87 window.SetKeyCallback(onKey)
113 func onKey(w *glfw.Window, key glfw.Key, scancode int, action glfw.Action, mods glfw.ModifierKey) { func
/dports/devel/cxxtools/cxxtools-2.2.1/src/http/
H A Dparser.h54 virtual void onKey(const std::string& key);
71 virtual void onKey(const std::string& key);

12345678910>>...13