Lines Matching refs:button
308 * @param {String} button - Button to press
313 pointerDown: function({button=this.ButtonType.LEFT, sourceName=null,
317 source.pointerDown(this, button, width, height, pressure, tangentialPressure,
325 * @param {String} button - Button to release
330 pointerUp: function({button=this.ButtonType.LEFT, sourceName=null}={}) {
332 source.pointerUp(this, button);
512 pointerDown: function(actions, button, width, height, pressure, tangentialPressure,
518 let actionProperties = setPointerProperties({type: "pointerDown", button}, width, height,
524 pointerUp: function(actions, button) {
529 this.actions.set(tick, {type: "pointerUp", button});