enum

UIng::Area::Modifiers

Inherits Enum < Comparable < Value < Object

Constants

Ctrl = 1
Alt = 2
Shift = 4
Super = 8
None = 0
All = 15

Instance methods

alt?

Returns true if this enum value contains Alt

Source
ctrl?

Returns true if this enum value contains Ctrl

Source
none?
Source
shift?

Returns true if this enum value contains Shift

Source
super?

Returns true if this enum value contains Super

Source