DraggingWithCursor(dragging with cursor) |
appearance as argument number 1 |
(documentation DraggingWithCursor EnglishLanguage "DraggingWithCursor consists of moving a cursor while some other screen component moves along with the cursor.") | ComputerInput.kif 1745-1746 | |
(subclass DraggingWithCursor MovingCursor) | ComputerInput.kif 1744-1744 | Dragging with cursor is a subclass of moving cursor |
(udaCanSignify (IntersectionFn MouseButtonHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor) |
ComputerInput.kif 1747-1748 | The union of mouse button hold down and sliding computer input device action isgnifies dragging with cursor |
(udaCanSignify (IntersectionFn ShiftKeyHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor) |
ComputerInput.kif 1749-1750 | The union of shift key hold down and sliding computer input device action isgnifies dragging with cursor |
appearance as argument number 2 |
(termFormat EnglishLanguage DraggingWithCursor "dragging with cursor") | domainEnglishFormat.kif 64791-64791 |
antecedent |
(=> (and (instance ?ACT DraggingWithCursor) (patient ?ACT ?CURSOR) (instance ?CURSOR Cursor)) (instance ?CURSOR MouseCursor)) |
ComputerInput.kif 1753-1758 |
|
(=> (instance ?ACT DraggingWithCursor) (exists (?GUIE) (and (patient ?ACT ?GUIE) (instance ?GUIE GUIActiveArea) (not (instance ?GUIE Cursor))))) |
ComputerInput.kif 1762-1768 |
|