|
我来说俩句
When using the following command to make a double click function:
obj_mouse_dbl_click ( object, x, y [, mouse_button ])
object The logical name or description of the GUI object. The object may belong to any class.
x, y The position of the double-click expressed as x and y (pixel) coordinates. Coordinates are relative to the upper left corner of the GUI object.
mouse_button A constant that specifies the mouse button to click. The value can be LEFT, MIDDLE, or RIGHT. If no button is specified, the default is the button that performs the select function.
Hope it helpful for you !! |
|