enum

Espresso::KeyState

Inherits Enum / Comparable / Value / Object

Constants

Released = 0
Pressed = 1
Repeated = 2

Instance methods

pressed?

Returns true if this enum value equals Pressed

Source
released?

Returns true if this enum value equals Released

Source
repeated?

Returns true if this enum value equals Repeated

Source