| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.MouseMoveEvent
Field Summary | ||
| x: Number | ||
| x position of the mouse | ||
| y: Number | ||
| y position of the mouse | ||
| ||
Constructor | ||
| public | MouseMoveEvent ( x: Number, y: Number) | |
| Constructs a new mouse move event | ||
| var x: Number |
| x position of the mouse |
| var y: Number |
| y position of the mouse |
|
| Constructs a new mouse move event | ||||||
|