cc1
v2.1
CC1 source code docs
|
This structure is the collection of data for the general event interface. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
def | decode |
def | encode |
def | set |
Public Attributes | |
code | |
evtype | |
time | |
value |
This structure is the collection of data for the general event interface.
You can create one to write to an event device. If you read from the event device using a subclass of the EventDevice object you will get one of these.
def src.vmm.Input.Event.__init__ | ( | self, | |
time = 0.0 , |
|||
evtype = 0 , |
|||
code = 0 , |
|||
value = 0 |
|||
) |