Procedural File: class.atkkeyboard.inc
Source Location: /keyboard/class.atkkeyboard.inc
Page Details
This file is part of the Achievo ATK distribution.
Detailed copyright and licensing information can be found in the doc/COPYRIGHT and doc/LICENSE files which should be included in the distribution.
| Version: | $Revision: 1640 $ $Id: class.atkkeyboard.inc 6354 2009-04-15 02:41:21Z mvdam $ |
| Copyright: | (c)2000-2004 Ibuildings.nl BV |
| License: | ATK Open Source License |
Classes
|
atkKeyboard
|
This class handles keyboard navigation. It is used to register keyboard event handlers. This class is a singleton. Use getInstance() to retrieve the instance.
|
Constants
KB_CURSOR [line 33]
KB_CURSOR = KB_UPDOWN|KB_LEFTRIGHT
|
|
KB_LEFTRIGHT [line 32]
KB_LEFTRIGHT = KB_LEFT|KB_RIGHT
|
|
KB_UP [line 27]
Define some key shortcut constants. (mind you, these are not actual ascii key values)
KB_UPDOWN [line 31]
KB_UPDOWN = KB_UP|KB_DOWN
|
|