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

Class MouseReleaseListener

        Listener --+    
                   |    
_MouseButtonListener --+
                       |
                      MouseReleaseListener


An event listener that reports mouse releases.

The event passed to the callback will define a button field, specifying which mouse button was released, and a pos field, specifying the location at which the button was released.
Method Summary
    Inherited from Listener
  __cmp__(self, other)
  handle(self, event)
  start(self)
  stop(self)

Class Variable Summary
int event_type = 6                                                                     

Class Variable Details

event_type

Type:
int
Value:
6