Wt::KeyEvent Class Reference

#include <event.h>

Inherits Wt::InputEvent.

List of all members.

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


Constructor & Destructor Documentation

Wt::KeyEvent::KeyEvent ( int  type,
int  key,
int  state 
) [inline]


Member Function Documentation

int Wt::KeyEvent::ascii (  )  const [inline]

Todo:
ascii chars

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]

Todo:
unicode chars


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

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.