Home
last modified time | relevance | path

Searched refs:modifierState (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2475 bool SelectionManager::updateDragAction( int modifierState ) in updateDragAction() argument
2480 if( ( modifierState & ShiftMask ) && ! ( modifierState & ControlMask ) ) in updateDragAction()
2482 else if( ( modifierState & ControlMask ) && ! ( modifierState & ShiftMask ) ) in updateDragAction()
2484 else if( ( modifierState & ShiftMask ) && ( modifierState & ControlMask ) ) in updateDragAction()
2490 if( ! ( modifierState & ( ControlMask | ShiftMask ) ) ) in updateDragAction()
H A DX11_selection.hxx394 bool updateDragAction( int modifierState );