| Trees | Indices | Help |
|---|
|
|
object --+
|
Base.AccessEngineEvent --+
|
MouseChange
Event that fires when the mouse cursor moves or a button is pressed.
This class registers its name and whether it should be monitored by default in an AEMonitor using the Base.registerEventType function when this module is first imported. The AEMonitor can use this information to build its menus.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| dictionary |
|
||
|
Inherited from Inherited from |
|||
|
|||
| integer |
button Number of the button pressed |
||
| integer |
kind Kind of mouse event |
||
| 2-tuple of integer |
pos Absolute position of the mouse pointer |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Calls the base class and stores the kind and position or button number.
|
Returns a human readable representation of this event including its name, its kind, and its absolute position.
|
Contacts the TierManager so it can manage the mouse event.
|
Fetches data out of this MouseChange for use by a Task.MouseTask.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:16 2007 | http://epydoc.sourceforge.net |