enum

Tput::Namespace::MouseEventSource

Inherits Enum / Comparable / Value / Object

Constants

MouseEventNotSynthesized = 0
MouseEventSynthesizedBySystem = 1
MouseEventSynthesizedByTput = 2
MouseEventSynthesizedByApplication = 3

Instance methods

mouse_event_not_synthesized?

Returns true if this enum value equals MouseEventNotSynthesized

Source
mouse_event_synthesized_by_application?

Returns true if this enum value equals MouseEventSynthesizedByApplication

Source
mouse_event_synthesized_by_system?

Returns true if this enum value equals MouseEventSynthesizedBySystem

Source
mouse_event_synthesized_by_tput?

Returns true if this enum value equals MouseEventSynthesizedByTput

Source