TouchSurfaceAction(touch surface action) |
appearance as argument number 1 |
(documentation TouchSurfaceAction EnglishLanguage "A TouchSurfaceAction is a UserDirectAction of interacting with a TouchSensitiveComputerInputDevice.") | ComputerInput.kif 1535-1536 | |
(subclass TouchSurfaceAction Touching) | ComputerInput.kif 1534-1534 | Touch surface action is a subclass of touching |
(subclass TouchSurfaceAction UserDirectAction) | ComputerInput.kif 1533-1533 | Touch surface action is a subclass of user direct action |
appearance as argument number 2 |
antecedent |
(=> (instance ?ACT TouchSurfaceAction) (exists (?TOUCHSURF) (and (patient ?ACT ?TOUCHSURF) (instance ?TOUCHSURF TouchSensitiveComputerInputDevice)))) |
ComputerInput.kif 1538-1543 |
|
consequent |
(=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?TOUCHSURF) (instance ?TOUCHSURF TouchSensitiveComputerInputDevice)) (instance ?ACT TouchSurfaceAction)) |
ComputerInput.kif 1545-1550 |
|