| Home | Trees | Index | Help |
|---|
|
|
Listener --+
|
_MouseButtonListener --+
|
_MouseClickDragListener --+
|
MouseDragStartListener
An event listener that reports when mouse dragging starts.
The event passed to the callback will define abutton
field, specifying which mouse button was pressed, and a pos
field, specifying the location at which the button was pressed.
| Method Summary | |
|---|---|
| Inherited from _MouseClickDragListener | |
Return true if this listener's callback should be notified about the given event. | |
| Inherited from _MouseButtonListener | |
| |
| Inherited from Listener | |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
str |
subevent_type = 'dragstart'
|
| Inherited from _MouseButtonListener | |
NoneType |
event_type = None |
| Class Variable Details |
|---|
subevent_type
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:47 2005 | http://epydoc.sf.net |