Enumeration

TermboxModifier

Declaration

flags Termbox.Modifier

Description

Modifier flags for key and mouse events.

Members

TBG_MODIFIER_NONE

No modifiers.

  • Value: 0
  • Available since: 0.1
TBG_MODIFIER_ALT

Alt modifier.

  • Value: 1
  • Available since: 0.1
TBG_MODIFIER_CTRL

Control modifier.

  • Value: 2
  • Available since: 0.1
TBG_MODIFIER_SHIFT

Shift modifier.

  • Value: 4
  • Available since: 0.1
TBG_MODIFIER_MOTION

Mouse motion modifier.

  • Value: 8
  • Available since: 0.1