Searched refs:fOptionDown (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h145 bool fOptionDown; member in class:PathManipulator
H A DPathManipulator.cpp202 fOptionDown(false),
876 fOptionDown = modifiers & B_CONTROL_KEY;
1600 (fOptionDown ? REMOVE_POINT : CLOSE_PATH);
1604 (fOptionDown ? REMOVE_POINT : MOVE_POINT);
1611 (fOptionDown ? REMOVE_POINT_IN : MOVE_POINT_IN);
1617 (fOptionDown ? REMOVE_POINT_OUT : MOVE_POINT_OUT);

Completed in 36 milliseconds