GameIODevice(game I/O device) |
appearance as argument number 1 |
(documentation GameIODevice EnglishLanguage "A type of ComputerIODevice designed for playing video games.") | ComputerInput.kif 617-618 | |
(subclass GameIODevice ComputerIODevice) | ComputerInput.kif 615-615 | Game I/O device is a subclass of computer I/O device |
appearance as argument number 2 |
(subclass GameIODeviceWithAccelerometer GameIODevice) | ComputerInput.kif 633-633 | Game I/O device with accelerometer is a subclass of game I/O device |
(subclass GamePad GameIODevice) | ComputerInput.kif 620-620 | Game pad is a subclass of game I/O device |
(termFormat EnglishLanguage GameIODevice "game I/O device") | domainEnglishFormat.kif 64972-64972 | Game pad is a subclass of game I/O device |
antecedent |
(=> (and (instance ?DEVICE GameIODevice) (instance ?ACCELEROMETER Accelerometer) (component ?ACCELEROMETER ?DEVICE)) (instance ?DEVICE GameIODeviceWithAccelerometer)) |
ComputerInput.kif 641-646 |
|