Searched defs:_keyboardScale (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp587 bool ControlPointSelection::_keyboardScale(GdkEventKey const &event, int dir) function in class:Inkscape::UI::ControlPointSelection
689 return _keyboardScale(event->key, -1);
692 return _keyboardScale(event->key, 1);

Completed in 15 milliseconds