Home
last modified time | relevance | path

Searched refs:isRightClick (Results 1 – 7 of 7) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4313 function isRightClick(event) { return _isButton(event, 2) } function
4375 isRightClick: isRightClick, property in Event.Methods
/plugin/issuetracker/
H A Dprototype.js5409 function isRightClick(event) { return _isButton(event, 2) } function
5477 isRightClick: isRightClick, property in Event.Methods
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3773 isRightClick: function(event) { return isButton(event, 2) },
/plugin/edittable/lib/
H A Dhandsontable.full.js2292 exports.isRightClick = isRightClick;
2366 function isRightClick(event) {
48363 var rightClick = (0, _event.isRightClick)(event);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js933 this.isRightClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?eve… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2503 this.isRightClick = function(event) function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js944 this.isRightClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==2:event.button==2)&&this.noKeyModifiers(event) function