Package pajammin :: Module input :: Class KeyReleaseListener
[show private | hide private]
[frames | no frames]

Class KeyReleaseListener

Listener --+    
           |    
_KeyListener --+
               |
              KeyReleaseListener


An event listener that reports key releases.

The event passed to the callback will define a key field, containing the key that was released, and a mod field, containing any modifiers that were pressed at the time.
Method Summary
    Inherited from Listener
  __cmp__(self, other)
  handle(self, event)
  start(self)
  stop(self)

Class Variable Summary
int event_type = 3                                                                     

Class Variable Details

event_type

Type:
int
Value:
3