Event_WindowMoved

This event is sent to the plugin after moving a GRT main window.

The event can be activated/deactivated in the plugin manifest.

Values

JSON source (example)

{
  "Event_WindowMoved":{
    "windowhandle":531876,
    "left":944,
    "top":108,
    "width":1871,
    "height":1118
  }
}