Searched defs:_keyboardScale (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tool/ | ||
H A D | control-point-selection.cpp | 587 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 967 milliseconds