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

x/dwm/ext/canvas.ts>WindowDropEvent

Deno Window Manager: Cross-platform window creation and management
Latest
class WindowDropEvent
extends WindowEvent
import { WindowDropEvent } from "https://deno.land/x/dwm@0.3.6/ext/canvas.ts";

Event triggered when a window is dropped

Constructors

new
WindowDropEvent(window: DwmWindow, files: string[])