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

x/tui/src/input_reader/decoders/mouse.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@2.0.0/src/input_reader/decoders/mouse.ts";

Functions

Decode SGR mouse mode code sequence to {MouseEvent} object. If it can't convert specified {code} to {MouseEvent} it returns undefined.

Decode VT and UTF8 mouse mode code sequence to {MouseEvent} object. If it can't convert specified {code} to {MouseEvent} it returns undefined.