enum

PlaceOS::Driver::Interface::Zoomable::ZoomDirection

Inherits Enum < Comparable < Value < Object

Constants

In = 0
Out = 1
Stop = 2

Instance methods

in?

Returns true if this enum value equals In

Source
out?

Returns true if this enum value equals Out

Source
stop?

Returns true if this enum value equals Stop

Source