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

Class MouseDragListener

        Listener --+        
                   |        
_MouseButtonListener --+    
                       |    
 _MouseClickDragListener --+
                           |
                          MouseDragListener


An event listener that reports mouse dragging.

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

Class Variable Summary
str subevent_type = 'drag'

Class Variable Details

subevent_type

Type:
str
Value:
'drag'