enum

Tput::Namespace::EventPriority

Inherits Enum / Comparable / Value / Object

Constants

HighEventPriority = 1
NormalEventPriority = 0
LowEventPriority = -1

Instance methods

high_event_priority?

Returns true if this enum value equals HighEventPriority

Source
low_event_priority?

Returns true if this enum value equals LowEventPriority

Source
normal_event_priority?

Returns true if this enum value equals NormalEventPriority

Source