跳到主要内容

MouseMoveWindow

Sends an event to the plugin when the mouse button is moved inside the plugin iframe.

Syntax

expression.MouseMoveWindow(frameId, x, y);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
frameIdRequiredstringThe frame ID.
xRequirednumberThe X coordinate.
yRequirednumberThe Y coordinate.

Returns

This method doesn't return any data.