| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Event --+
|
MouseButtonEvent --+
|
MouseDown
Fired when a mouse button is pressed.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
type = String constant representing the type of event. |
|
| Instance Variables | |
| string |
button Can be one of 'LEFT', 'MIDDLE', 'RIGHT', 'SCROLLUP', 'SCROLLDOWN' (Inherited from tdl.event.MouseButtonEvent) |
| (int, int) |
cell (x, y) position of the mouse snapped to a cell on the root console (Inherited from tdl.event.MouseButtonEvent) |
| (int, int) |
pos (x, y) position of the mouse on the screen (Inherited from tdl.event.MouseButtonEvent) |
| Properties | |
|
Inherited from |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 22 16:11:02 2015 | http://epydoc.sourceforge.net |