enum

CryTUI::KeyModifiers

Inherits Enum < Comparable < Value < Object

Constants

Shift = 1
Alt = 2
Control = 4
None = 0
All = 7

Instance methods

alt?

Returns true if this enum value contains Alt

Source
control?

Returns true if this enum value contains Control

Source
none?
Source
shift?

Returns true if this enum value contains Shift

Source