Method

TermboxKeyEventget_char

Declaration

gunichar
tbg_key_event_get_char (
  const TbgKeyEvent* event
)

Description

Return the Unicode code point for a key event.

For key events, either this value or tbg_key_event_get_key() will be non-zero.

Return value

Type: gunichar

The Unicode code point.