#include <event.h>
Inherits Wt::InputEvent.
Public Member Functions | |
KeyEvent (int type, int key, int state) | |
int | key () const |
int | ascii () const |
int | text () const |
bool | isAutoRepeat () const |
so it's not possible to distinguish it | |
int | count () const |
one char per event |
Wt::KeyEvent::KeyEvent | ( | int | type, | |
int | key, | |||
int | state | |||
) | [inline] |
int Wt::KeyEvent::ascii | ( | ) | const [inline] |
int Wt::KeyEvent::count | ( | ) | const [inline] |
one char per event
bool Wt::KeyEvent::isAutoRepeat | ( | ) | const [inline] |
so it's not possible to distinguish it
int Wt::KeyEvent::key | ( | ) | const [inline] |
int Wt::KeyEvent::text | ( | ) | const [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.