enum Tput::Namespace::TextInteractionFlag
Defined in:
tput/namespace.cr
Enum Members
-
NoTextInteraction =
0
-
TextSelectableByMouse =
1
-
TextSelectableByKeyboard =
2
-
LinksAccessibleByMouse =
4
-
LinksAccessibleByKeyboard =
8
-
TextEditable =
16
-
TextEditorInteraction =
19
-
TextBrowserInteraction =
13
Instance Method Summary
Instance Method Detail
def
links_accessible_by_keyboard?
#
def
links_accessible_by_mouse?
#
def
no_text_interaction?
#
def
text_browser_interaction?
#
def
text_editor_interaction?
#
def
text_selectable_by_keyboard?
#
def
text_selectable_by_mouse?
#