* @param {!Button=} button The button to release. * @return {!Action} An action to release the specified button with this * device. * @package
(button = Button.LEFT)
| 389 | * @package |
| 390 | */ |
| 391 | release(button = Button.LEFT) { |
| 392 | return { type: Action.Type.POINTER_UP, button } |
| 393 | } |
| 394 | |
| 395 | /** |
| 396 | * Creates an action for moving the pointer `x` and `y` pixels from the |
no outgoing calls
no test coverage detected