MiddleCIButton |
appearance as argument number 1 |
(disjoint MiddleCIButton LeftCIButton) | ComputerInput.kif 219-219 | MiddleCIButton と LeftCIButton は disjoint では %n |
(subclass MiddleCIButton ComputerInputButton) | ComputerInput.kif 215-215 | MiddleCIButton は ComputerInputButton の subclass では %n |
appearance as argument number 2 |
(disjoint ComputerKeyboardKey MiddleCIButton) | ComputerInput.kif 242-242 | ComputerKeyboardKey と MiddleCIButton は disjoint では %n |
(disjoint RightCIButton MiddleCIButton) | ComputerInput.kif 218-218 | RightCIButton と MiddleCIButton は disjoint では %n |
(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 |
|