Joystick(joystick) | joystick |
appearance as argument number 1 |
(disjoint Joystick Trackball) | ComputerInput.kif 613-613 | Joystick is disjoint from trackball |
(documentation Joystick EnglishLanguage "A type of ComputerInputDevice with a stick that can be activated to control a cursor in the X and Y directions. A Joystick may or may not have an attached button for clicking.") | ComputerInput.kif 601-604 | |
(subclass Joystick ComputerInputDevice) | ComputerInput.kif 599-599 | Joystick is a subclass of computer input device |
appearance as argument number 2 |
(termFormat EnglishLanguage Joystick "joystick") | domainEnglishFormat.kif 65058-65058 |
antecedent |
(=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?JOYSTICK) (instance ?JOYSTICK Joystick)) (instance ?ACT JoystickMotion)) |
ComputerInput.kif 1645-1650 |
|
consequent |
(=> (instance ?ACT JoystickMotion) (exists (?JOYSTICK) (and (patient ?ACT ?JOYSTICK) (instance ?JOYSTICK Joystick)))) |
ComputerInput.kif 1638-1643 |
|