sourceDisplayId property

  1. @JsonKey.new(name: 'sourceDisplayId')
int? sourceDisplayId
final

(仅适用于 Windows) 窗口所在的屏幕 ID。如果窗口为跨屏幕显示,则表示与该窗口相交面积最大的屏幕 ID。如果窗口位于可见屏幕之外,则该成员的值为 -2。

Implementation

@JsonKey(name: 'sourceDisplayId')
final int? sourceDisplayId;