enum

EasyFfmpeg::Interactive::Key

Inherits Enum / Comparable / Value / Object

Constants

Char = 0
Enter = 1
Backspace = 2
Up = 3
Down = 4
Left = 5
Right = 6
CtrlC = 7
CtrlW = 8
Escape = 9
Tab = 10

Instance methods

backspace?

Returns true if this enum value equals Backspace

Source
char?

Returns true if this enum value equals Char

Source
ctrl_c?

Returns true if this enum value equals CtrlC

Source
ctrl_w?

Returns true if this enum value equals CtrlW

Source
down?

Returns true if this enum value equals Down

Source
enter?

Returns true if this enum value equals Enter

Source
escape?

Returns true if this enum value equals Escape

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source
tab?

Returns true if this enum value equals Tab

Source
up?

Returns true if this enum value equals Up

Source