![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MovingCursor(moving cursor) |
| appearance as argument number 1 |
|
|
| (subclass MovingCursor UserSignifiedGraphicalAction) | ComputerInput.kif 1739-1739 | Moving cursor is a subclass of user signified graphical action |
| (subclass MovingCursor Translocation) | ComputerInput.kif 1740-1740 | Moving cursor is a subclass of translocation |
| (subclass MovingCursor Guiding) | ComputerInput.kif 1741-1741 | Moving cursor is a subclass of guiding |
| (documentation MovingCursor EnglishLanguage "The UserSignifiedGraphicalAction is accomplished by a ComputerUser taking a UserDirectAction that is interpreted as signifying that a cursor should be moved. Depending upon program state this could be accomplished by UserDirectActions of MouseMoving, a TouchSurfaceSlide, JoystickMotion, ScrollWheelRotating, KeyboardAction, repeated %&Clicking, or AudioInput.") | ComputerInput.kif 1742-1746 | Moving cursor is a subclass of guiding |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?ACT MovingCursor) (exists (?GUIE) (and (patient ?ACT ?GUIE) (instance ?GUIE Cursor)))) |
ComputerInput.kif 1748-1753 | If X is an instance of moving cursor, then there exists Y such that Y is a patient of X and Y is an instance of cursor |