enum

GPM::Request

Inherits Enum / Comparable / Value / Object

Constants

SNAPSHOT = 0
BUTTONS = 1
CONFIG = 2
NOPASTE = 3

Instance methods

buttons?

Returns true if this enum value equals BUTTONS

Source
config?

Returns true if this enum value equals CONFIG

Source
nopaste?

Returns true if this enum value equals NOPASTE

Source
snapshot?

Returns true if this enum value equals SNAPSHOT

Source