Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2478 bool SelectionManager::updateDragAction( int modifierState ) in updateDragAction() argument
2483 if( ( modifierState & ShiftMask ) && ! ( modifierState & ControlMask ) ) in updateDragAction()
2485 else if( ( modifierState & ControlMask ) && ! ( modifierState & ShiftMask ) ) in updateDragAction()
2487 else if( ( modifierState & ShiftMask ) && ( modifierState & ControlMask ) ) in updateDragAction()
2493 if( ! ( modifierState & ( ControlMask | ShiftMask ) ) ) in updateDragAction()
H A DX11_selection.hxx401 bool updateDragAction( int modifierState );

Completed in 26 milliseconds