(event)
| 1060 | } |
| 1061 | |
| 1062 | _getMonitorIndexForEvent(event) { |
| 1063 | const [x, y] = event.get_coords(); |
| 1064 | const rect = new Mtk.Rectangle({x, y, width: 1, height: 1}); |
| 1065 | return global.display.get_monitor_index_for_rect(rect); |
| 1066 | } |
| 1067 | |
| 1068 | _getPrimaryView() { |
| 1069 | if (!this._workspacesViews.length) |