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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DraggingWithCursor
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 64789-64789

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


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 is open source software produced by Articulate Software and its partners