Home | Trees | Indices | Help |
---|
|
object --+ | InputEvent
A `struct input_event`. You can instantiate it with a buffer, in which case the method `unpack(buf)` will be called. Or you can create an instance with `InputEvent.new(type, code, value, timestamp=None)`, which can then be packed into the structure with the `pack` method.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
timestamp | |||
ecode | |||
etype | |||
evalue | |||
nanotime | |||
time | |||
Inherited from |
|
By default, unpack from a buffer
|
repr(x)
|
str(x)
|
hash(x)
|
|
timestamp
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 30 15:21:52 2010 | http://epydoc.sourceforge.net |