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 Sat May 28 16:09:37 2016 | http://epydoc.sourceforge.net |