Table of Contents

Property WantContinuousButtonPressed

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

WantContinuousButtonPressed

Gets or sets whether the View wants continuous button pressed events. When set to true, and the user presses and holds the mouse button, NewMouseEvent(MouseEventArgs) will be repeatedly called with the same MouseFlags for as long as the mouse button remains pressed.

public bool WantContinuousButtonPressed { get; set; }

Property Value

bool