| Home | Trees | Index | Help |
|
|---|
| Package pyHook :: Module HookManager :: Class MouseEvent |
|
object--+ |HookEvent--+ | MouseEvent
| Method Summary | |
|---|---|
Initializes an instance of the class. | |
Inherited from HookEvent:
GetMessageName
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Property Summary | |
|---|---|
Inherited from HookEvent:
MessageName
|
| Instance Variable Summary | |
|---|---|
| boolean | Injected: Was this event generated programmatically? |
| 2-tuple of integer | Position: Location of the mouse event on the screen |
| integer | Wheel: Wheel event data |
Inherited from HookEvent:
Message,
Time,
Window,
WindowName
| |
| Method Details |
|---|
__init__(self,
msg,
x,
y,
data,
flags,
time,
hwnd,
window_name)
Initializes an instance of the class.
|
| Instance Variable Details |
|---|
InjectedWas this event generated programmatically?
|
PositionLocation of the mouse event on the screen
|
WheelWheel event data
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 23 16:53:22 2005 | http://epydoc.sf.net |