enum Godot::LineEdit::VirtualKeyboardType

Defined in:

libgodot/generated/classes/classes_part3.cr

Enum Members

KeyboardTypeDefault = 0_i64
KeyboardTypeMultiline = 1_i64
KeyboardTypeNumber = 2_i64
KeyboardTypeNumberDecimal = 3_i64
KeyboardTypePhone = 4_i64
KeyboardTypeEmailAddress = 5_i64
KeyboardTypePassword = 6_i64
KeyboardTypeUrl = 7_i64

Instance Method Summary

Instance Method Detail

def keyboard_type_default? #

Returns true if this enum value equals KeyboardTypeDefault


[View source]
def keyboard_type_email_address? #

Returns true if this enum value equals KeyboardTypeEmailAddress


[View source]
def keyboard_type_multiline? #

Returns true if this enum value equals KeyboardTypeMultiline


[View source]
def keyboard_type_number? #

Returns true if this enum value equals KeyboardTypeNumber


[View source]
def keyboard_type_number_decimal? #

Returns true if this enum value equals KeyboardTypeNumberDecimal


[View source]
def keyboard_type_password? #

Returns true if this enum value equals KeyboardTypePassword


[View source]
def keyboard_type_phone? #

Returns true if this enum value equals KeyboardTypePhone


[View source]
def keyboard_type_url? #

Returns true if this enum value equals KeyboardTypeUrl


[View source]