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

x/dwm/src/platform/glfw/window.ts>WindowGlfw

Deno Window Manager: Cross-platform window creation and management
Go to Latest
class WindowGlfw
extends DwmWindow
import { WindowGlfw } from "https://deno.land/x/dwm@0.1.0/src/platform/glfw/window.ts";

Constructors

new
WindowGlfw(options?: CreateWindowOptions)

Properties

_inputState: Record<string, any>
readonly
closed
focused: boolean
readonly
framebufferSize
readonly
fullScreen
maximized: boolean
minimized: boolean
readonly
nativeHandle
readonly
noClientAPI
opacity: number
position: Position
readonly
shouldClose
size: Size
title
visible: boolean