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

/inkscape/src/ui/tools/
H A Dselect-tool.cpp388 void SelectTool::sp_select_context_cycle_through_items(Inkscape::Selection *selection, GdkEventScroll *scroll_event, bool shift_pressed) { argument
428 if (shift_pressed) {
809 bool shift_pressed = scroll_event->state & GDK_SHIFT_MASK; local
842 //if (!shift_pressed && !g_list_find(this->cycling_items_selected_before, item) && selection->includes(item))
881 this->sp_select_context_cycle_through_items(selection, scroll_event, shift_pressed);

Completed in 17 milliseconds