Skip to main content
Module

x/pane/mod.ts

🖼️ A deno module providing bindings for cross-platform windowing
Latest
import * as pane from "https://deno.land/x/pane@0.2.1/mod.ts";

Classes

Represents a winit event loop

Represents a window.

Type Aliases

Identifier for a specific analog axis on some device.

Identifier for a specific button on some device.

Describes the appearance of the mouse cursor.

Represents raw hardware events that are not associated with any particular window.

Describes the input state of a key.

Describes the force of a touch event.

Describes a keyboard input event.

A position represented in logical pixels.

A size represented in logical pixels.

Represents the current state of the keyboard modifiers.

Describes a button of a mouse controller.

Describes a difference in the mouse scroll wheel state.

Describes a generic event.

A position represented in physical pixels.

A size represented in physical pixels.

A position that's either physical or logical.

Hardware-dependent keyboard scan code.

A size that's either physical or logical.

Describes the reason the event loop is resuming.

The os theme.

Represents a touch event.

Describes touch-screen input state.

Describes an event from a Pane window.