Click clicks a mouse button. The button should be one of RightButton, MiddleButton or LeftButton.
(button int)
| 311 | // Click clicks a mouse button. The button should be one of RightButton, |
| 312 | // MiddleButton or LeftButton. |
| 313 | Click(button int) error |
| 314 | // DoubleClick clicks the left mouse button twice. |
| 315 | DoubleClick() error |
| 316 | // ButtonDown causes the left mouse button to be held down. |
no outgoing calls