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

Class MouseClickListener

        Listener --+        
                   |        
_MouseButtonListener --+    
                       |    
 _MouseClickDragListener --+
                           |
                          MouseClickListener


An event listener that reports mouse clicks.

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

Class Variable Summary
str subevent_type = 'click'

Class Variable Details

subevent_type

Type:
str
Value:
'click'