Table of Contents

Method EventsPending

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

EventsPending(bool)

Must report whether there are any events pending, or even block waiting for events.

bool EventsPending(bool wait)

Parameters

wait bool

If set to true wait until an event is available, otherwise return immediately.

Returns

bool

true, if there were pending events, false otherwise.