GameIODeviceWithAccelerometer |
appearance as argument number 1 |
(documentation GameIODeviceWithAccelerometer EnglishLanguage "A type of GameIODevice designed to be moved in three dimensions to detect sorts of motion used in sports and other physical activities.") | ComputerInput.kif 635-637 | |
(partTypes GameIODeviceWithAccelerometer Accelerometer) | ComputerInput.kif 639-639 | |
(subclass GameIODeviceWithAccelerometer GameIODevice) | ComputerInput.kif 633-633 |
appearance as argument number 2 |
(termFormat EnglishLanguage GameIODeviceWithAccelerometer "game I/O device with accelerometer") | domainEnglishFormat.kif 64973-64973 |
consequent |
(=> (and (instance ?DEVICE GameIODevice) (instance ?ACCELEROMETER Accelerometer) (component ?ACCELEROMETER ?DEVICE)) (instance ?DEVICE GameIODeviceWithAccelerometer)) |
ComputerInput.kif 641-646 |