import * as tui from "https://deno.land/x/tui@2.1.11/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. |