get_mbutton (3600, Row, Column, Button)
while (Button == 1)
get_mposition (3600, Row, Column, Button)
get_mbutton( : : WindowHandle : Row, Column, Button)
等到按下鼠标按钮并返回点击坐标。
get_mbutton_sub_pix( : : WindowHandle : Row, Column, Button)
等到按下鼠标按钮并获取亚像素鼠标位置。
Parameters
WindowHandle (input_control) window → (integer)
Window identifier.
Row (output_control) point.y → (integer)
Row coordinate of the mouse position in the window.
Column (output_control) point.x → (integer)
Column coordinate of the mouse position in the window.
Button (output_control) integer → (integer)
Mouse button(s) pressed.