Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dwm/mod.ts>DwmWindow#getMonitor

Deno Window Manager: Cross-platform window creation and management
Latest
method DwmWindow.prototype.getMonitor
Re-export
import { DwmWindow } from "https://deno.land/x/dwm@0.3.6/mod.ts";

Get the monitor that the window is on (undefined if not fullscreen)

Returns

DwmMonitor | undefined