enum

Lemonade::Renderer::Event

Inherits Enum < Comparable < Value < Object

Constants

Draw = 0
Stop = 1

Instance methods

draw?

Returns true if this enum value equals Draw

Source
stop?

Returns true if this enum value equals Stop

Source