enum CryTUI::KeyModifiers

Defined in:

crytui/input.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def alt? #

Returns true if this enum value contains Alt


[View source]
def control? #

Returns true if this enum value contains Control


[View source]
def none? #

[View source]
def shift? #

Returns true if this enum value contains Shift


[View source]