| Home | Trees | Index | Help |
|
|---|
| Package pyHook :: Module HookManager :: Class HookEvent |
|
object --+
|
HookEvent
KeyboardEvent,
MouseEvent| Method Summary | |
|---|---|
Initializes an event instance. | |
| string |
Return name of the event |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Property Summary | |
|---|---|
MessageName | |
| Instance Variable Summary | |
|---|---|
| integer | Message: Keyboard or mouse event message |
| integer | Time: Seconds since the epoch when the even current |
| integer | Window: Window handle of the foreground window at the time of the event |
| string | WindowName: Name of the foreground window at the time of the event |
| Method Details |
|---|
__init__(self,
msg,
time,
hwnd,
window_name)
Initializes an event instance.
|
GetMessageName(self)
|
| Property Details |
|---|
MessageName
|
| Instance Variable Details |
|---|
MessageKeyboard or mouse event message
|
TimeSeconds since the epoch when the even current
|
WindowWindow handle of the foreground window at the time of the event
|
WindowNameName of the foreground window at the time of the event
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 23 16:53:23 2005 | http://epydoc.sf.net |