UserSignifiedGraphicalAction(user signified graphical action) |
appearance as argument number 1 |
(documentation UserSignifiedGraphicalAction EnglishLanguage "A UserSignifiedAction that is interpreted as signifying a change in a graphical feature (cursor movement, highlighting of an area, etc.).") | ComputerInput.kif 1706-1707 | |
(subclass UserSignifiedGraphicalAction UserSignifiedAction) | ComputerInput.kif 1705-1705 | User signified graphical action is a subclass of user signified action |
appearance as argument number 2 |
antecedent |
(<=> (and (instance ?SCROLL WindowScrolling) (instance ?SCROLL UserSignifiedGraphicalAction)) (instance ?SCROLL WindowScrollingByUser)) |
ComputerInput.kif 1789-1793 | An entity is an instance of window scrolling and the entity is an instance of user signified graphical action if and only if the entity is an instance of window scrolling by user |
(=> (instance ?ACT UserSignifiedGraphicalAction) (exists (?GUIE) (and (patient ?ACT ?GUIE) (instance ?GUIE GUIActiveArea)))) |
ComputerInput.kif 1709-1714 |
|