Home | Trees | Index | Help |
---|
|
Listener
--+ |_KeyListener
--+ | KeyPressListener
An event listener that reports key presses.
The event passed to the callback will define akey
field,
containing the key that was pressed, and a mod
field,
containing any modifiers that were pressed at the time.
Method Summary | |
---|---|
Inherited from _KeyListener | |
| |
| |
Return true if this listener's callback should be notified about the given event. | |
Inherited from Listener | |
| |
| |
| |
|
Class Variable Summary | |
---|---|
int |
event_type = 2 |
Inherited from _KeyListener | |
SRE_Pattern |
_MODIFIED_KEY = ^(c-|a-|s-|ctrl-|alt-|shift-)+.$
|
Class Variable Details |
---|
event_type
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:44 2005 | http://epydoc.sf.net |