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

x/tui/src/input_reader/types.ts>MouseScrollEvent

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface MouseScrollEvent
implements MouseEvent
import { type MouseScrollEvent } from "https://deno.land/x/tui@2.0.0/src/input_reader/types.ts";

Properties

drag: boolean
scroll: 1 | 0 | -1
  • 1 – Scrolls downwards
  • 0 – Doesn't scroll
  • -1 – Scrolls upwards