| Home | Trees | Index | Help |
|
|---|
| Package pyHook :: Module HookManager :: Class KeyboardEvent |
|
object--+ |HookEvent--+ | KeyboardEvent
| Method Summary | |
|---|---|
Initializes an instances of the class. | |
| string |
Return name of the virtual keycode |
| boolean |
Return was the alt key depressed? |
| boolean |
Return is this an extended key? |
| boolean |
Return was this event generated programmatically? |
| boolean |
Return is this a transition from up to down or vice versa? |
Inherited from HookEvent:
GetMessageName
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Property Summary | |
|---|---|
Alt | |
Extended | |
Injected | |
Key | |
Transition | |
Inherited from HookEvent:
MessageName
| |
| Instance Variable Summary | |
|---|---|
| string | Ascii: ASCII value, if one exists |
| integer | KeyID: Virtual key code |
| integer | ScanCode: Scan code |
Inherited from HookEvent:
Message,
Time,
Window,
WindowName
| |
| Method Details |
|---|
__init__(self,
msg,
vk_code,
scan_code,
ascii,
flags,
time,
hwnd,
window_name)
Initializes an instances of the class.
|
GetKey(self)
|
IsAlt(self)
|
IsExtended(self)
|
IsInjected(self)
|
IsTransition(self)
|
| Property Details |
|---|
Alt
|
Extended
|
Injected
|
Key
|
Transition
|
| Instance Variable Details |
|---|
AsciiASCII value, if one exists
|
KeyIDVirtual key code
|
ScanCodeScan code
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 23 16:53:22 2005 | http://epydoc.sf.net |