public static string MouseClick( int handle, MouseButton button, MouseButtonEvent buttonEvent, int x, int y )
Parameters
- handle
Type: System.Int32
The handle of the window.
- button
Type: ZennoLab.Emulation.MouseButton
The mouse button for emulation.
- buttonEvent
Type: ZennoLab.Emulation.MouseButtonEvent
The event of mouse button for emulation.
- x
Type: System.Int32
The x coordinate relative to the window.
- y
Type: System.Int32
The y coordinate relative to the window.
Return Value
Type: System.String
The answer with information about the success of the current command's execution. If current command was successful then this answer is "ok"; otherwise message describing the error.