MiddleCIButton
|
|
appearance as argument number 1 |
(disjoint MiddleCIButton LeftCIButton) | ComputerInput.kif 219-219 | MiddleCIButton 和 % 2 是 disjoint |
(subclass MiddleCIButton ComputerInputButton) | ComputerInput.kif 215-215 | MiddleCIButton 是 ComputerInputButton 的 subclass |
appearance as argument number 2 |
(disjoint ComputerKeyboardKey MiddleCIButton) | ComputerInput.kif 242-242 | ComputerKeyboardKey 和 % 2 是 disjoint |
(disjoint RightCIButton MiddleCIButton) | ComputerInput.kif 218-218 | RightCIButton 和 % 2 是 disjoint |
(termFormat EnglishLanguage MiddleCIButton "middle CI button") | domainEnglishFormat.kif 65169-65169 |
antecedent |
(=> (and (instance ?MID MiddleCIButton) (component ?MID ?DEV) (instance ?DEV ComputerInputDevice)) (exists (?LEFT ?RIGHT) (and (instance ?RIGHT RightCIButton) (instance ?LEFT LeftCIButton) (component ?RIGHT ?DEV) (component ?LEFT ?DEV) (between ?LEFT ?MID ?RIGHT) (orientation ?MID ?LEFT Left) (orientation ?MID ?RIGHT Right)))) |
ComputerInput.kif 224-237 |
|
consequent |
(=> (instance ?ACT MiddleClicking) (exists (?M_BUTTON) (and (patient ?ACT ?M_BUTTON) (instance ?M_BUTTON MiddleCIButton)))) |
ComputerInput.kif 1486-1491 |
|