m
corrected ctrl-left-click typo to shift-left-click
(→click) |
m (corrected ctrl-left-click typo to shift-left-click) |
||
| Line 299: | Line 299: | ||
You can exclude an action by explicitly setting its value to ATTRIBUTE_NOOP | You can exclude an action by explicitly setting its value to ATTRIBUTE_NOOP | ||
For example, you could set an action that was used for all clicks except | For example, you could set an action that was used for all clicks except shift-left-click: | ||
self:SetAttribute("*action*", value); | self:SetAttribute("*action*", value); | ||
self:SetAttribute("shift-action1", ATTRIBUTE_NOOP); | self:SetAttribute("shift-action1", ATTRIBUTE_NOOP); | ||