Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - DraggingWithCursor
DraggingWithCursor(dragging with cursor)

appearance as argument number 1
-------------------------


(subclass DraggingWithCursor MovingCursor) ComputerInput.kif 1760-1760 Dragging with cursor is a subclass of moving cursor
(documentation DraggingWithCursor EnglishLanguage "DraggingWithCursor consists of moving a cursor while some other screen component moves along with the cursor.") ComputerInput.kif 1761-1762 Dragging with cursor is a subclass of moving cursor

appearance as argument number 2
-------------------------


(udaCanSignify
    (IntersectionFn MouseButtonHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor)
ComputerInput.kif 1763-1764 The union of mouse button hold down and sliding computer input device action isgnifies dragging with cursor
(udaCanSignify
    (IntersectionFn ShiftKeyHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor)
ComputerInput.kif 1765-1766 The union of shift key hold down and sliding computer input device action isgnifies dragging with cursor
(termFormat EnglishLanguage DraggingWithCursor "dragging with cursor") domainEnglishFormat.kif 64792-64792 The union of shift key hold down and sliding computer input device action isgnifies dragging with cursor

antecedent
-------------------------


(=>
    (and
        (instance ?ACT DraggingWithCursor)
        (patient ?ACT ?CURSOR)
        (instance ?CURSOR Cursor))
    (instance ?CURSOR MouseCursor))
ComputerInput.kif 1769-1774 If X is an instance of dragging with cursor, Y is a patient of X, and Y is an instance of cursor, then Y is an instance of mouse cursor
(=>
    (instance ?ACT DraggingWithCursor)
    (exists (?GUIE)
        (and
            (patient ?ACT ?GUIE)
            (instance ?GUIE GUIActiveArea)
            (not
                (instance ?GUIE Cursor)))))
ComputerInput.kif 1778-1784 If X is an instance of dragging with cursor, then there exists Y such that Y is a patient of X, Y is an instance of GUI active area, and Y is not an instance of cursor


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners