MCPcopy Create free account
hub / github.com/SpartanJ/eepp / addMousebindsString

Method addMousebindsString

src/eepp/ui/mouseshortcut.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125MouseBindings::MouseBindings() {}
126
127void MouseBindings::addMousebindsString(
128 const std::unordered_map<std::string, std::string>& binds ) {
129 for ( auto& bind : binds ) {
130 addMousebindString( bind.first, bind.second );
131 }
132}
133
134void MouseBindings::addMousebinds( const ShortcutMap& binds ) {
135 for ( auto& bind : binds ) {

Callers 2

reloadKeybindingsMethod · 0.80
onCodeEditorCreatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected