Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/src/core/window.ts>DwmWindow#setMonitor

Deno Window Manager: Cross-platform window creation and management
Go to Latest
method DwmWindow.prototype.setMonitor
import { DwmWindow } from "https://deno.land/x/dwm@0.3.5/src/core/window.ts";

Set the monitor that the window is on

Parameters

monitor: DwmMonitor | undefined
optional
xpos: number
optional
ypos: number
optional
width: number
optional
height: number
optional
refreshRate: number