cwidget::config::key Struct Reference

Represents a keystroke as seen by curses. More...

#include <keybindings.h>

List of all members.

Public Member Functions

 key (wint_t _ch, bool _function_key)
bool operator< (const key &other) const
 Lexicographic ordering on keys.
bool operator== (const key &other) const

Public Attributes

wint_t ch
 The key code.
bool function_key
 If true, this is a function key.


Detailed Description

Represents a keystroke as seen by curses.

Since the function keys can overlap Unicode codepoints, we need to include a value that distinguishes them.


The documentation for this struct was generated from the following file:
Generated on Mon Feb 16 01:16:31 2009 for cwidget by  doxygen 1.4.6