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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DraggingWithCursor

Sigma KEE - DraggingWithCursor
DraggingWithCursor

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 DraggingWithCursorMovingCursorsubclass
(udaCanSignify
    (IntersectionFn MouseButtonHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor)
ComputerInput.kif 1747-1748 结合 MouseButtonHoldDownSlidingComputerInputDeviceAction isgnifies DraggingWithCursor
(udaCanSignify
    (IntersectionFn ShiftKeyHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor)
ComputerInput.kif 1749-1750 结合 ShiftKeyHoldDownSlidingComputerInputDeviceAction isgnifies DraggingWithCursor

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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