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

x/dwm/ext/canvas.ts>WindowMoveEvent

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

Event triggered when a window is moved

Constructors

new
WindowMoveEvent(
window: DwmWindow,
x: number,
y: number,
)