| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Event --+
|
MouseMotion
Fired when the mouse is moved.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
type = String constant representing the type of event. |
|
| Instance Variables | |
|
pos (x, y) position of the mouse on the screen. |
|
|
cell (x, y) position of the mouse snapped to a cell on the root console. |
|
|
motion (x, y) motion of the mouse on the screen. |
|
|
cellmotion (x, y) mostion of the mouse moving over cells on the root console. |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Instance Variable Details |
pos(x, y) position of the mouse on the screen. type: (int, int) |
cell(x, y) position of the mouse snapped to a cell on the root console. type: (int, int) |
motion(x, y) motion of the mouse on the screen. type: (int, int) |
cellmotion(x, y) mostion of the mouse moving over cells on the root console. type: (int, int) |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 22 16:11:02 2015 | http://epydoc.sourceforge.net |