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

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

Completed in 23 milliseconds