![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| 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 |
|
|
| 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 |