Classes | |
class | powermate |
Interface to Griffin PowerMate and Contour Shuttles. More... | |
class | _powermate_remapper |
class | _contour_remapper |
class | PMButtonEvent |
class | PMRotateEvent |
class | PMShuttleEvent |
class | Frame |
class | App |
Variables | |
imported_ok = True | |
string | ID_POWERMATE = 'powermate' |
string | ID_SHUTTLE_XPRESS = 'shuttle xpress' |
string | ID_SHUTTLE_PRO = 'shuttle pro' |
string | ID_SHUTTLE_PRO_V2 = 'shuttle pro v2' |
string | input_event_struct = "@llHHi" |
tuple | input_event_size = struct.calcsize(input_event_struct) |
int | IET_SYN = 0x00 |
int | IET_KEY = 0x01 |
int | IET_REL = 0x02 |
int | IET_ABS = 0x03 |
int | IET_MSC = 0x04 |
int | IET_LED = 0x11 |
int | IET_SND = 0x12 |
int | IET_REP = 0x14 |
int | IET_FF = 0x15 |
int | IET_PWR = 0x16 |
int | IET_FF_STATUS = 0x17 |
int | IET_MAX = 0x1f |
int | IEC_BTN_0 = 0x100 |
int | IEC_BTN_1 = 0x101 |
int | IEC_BTN_2 = 0x102 |
int | IEC_BTN_3 = 0x103 |
int | IEC_BTN_4 = 0x104 |
int | IEC_BTN_5 = 0x105 |
int | IEC_BTN_6 = 0x106 |
int | IEC_BTN_7 = 0x107 |
int | IEC_BTN_8 = 0x108 |
int | IEC_BTN_9 = 0x109 |
int | IEC_BTN_10 = 0x10a |
int | IEC_BTN_11 = 0x10b |
int | IEC_BTN_12 = 0x10c |
int | IEC_BTN_13 = 0x10d |
int | IEC_BTN_14 = 0x10e |
int | IEC_BTN_15 = 0x10f |
int | IEC_REL_X = 0x00 |
int | IEC_REL_Y = 0x01 |
int | IEC_REL_Z = 0x02 |
int | IEC_REL_HWHEEL = 0x06 |
int | IEC_REL_DIAL = 0x07 |
int | IEC_REL_WHEEL = 0x08 |
int | IEC_REL_MISC = 0x09 |
int | IEC_REL_MAX = 0x0f |
tuple | grEVT_POWERMATE_BUTTON = wx.NewEventType() |
tuple | grEVT_POWERMATE_ROTATE = wx.NewEventType() |
tuple | grEVT_POWERMATE_SHUTTLE = wx.NewEventType() |
tuple | EVT_POWERMATE_BUTTON = wx.PyEventBinder(grEVT_POWERMATE_BUTTON, 0) |
tuple | EVT_POWERMATE_ROTATE = wx.PyEventBinder(grEVT_POWERMATE_ROTATE, 0) |
tuple | EVT_POWERMATE_SHUTTLE = wx.PyEventBinder(grEVT_POWERMATE_SHUTTLE, 0) |
tuple python::powermate::EVT_POWERMATE_BUTTON = wx.PyEventBinder(grEVT_POWERMATE_BUTTON, 0) |
tuple python::powermate::EVT_POWERMATE_ROTATE = wx.PyEventBinder(grEVT_POWERMATE_ROTATE, 0) |
tuple python::powermate::EVT_POWERMATE_SHUTTLE = wx.PyEventBinder(grEVT_POWERMATE_SHUTTLE, 0) |
tuple python::powermate::grEVT_POWERMATE_BUTTON = wx.NewEventType() |
tuple python::powermate::grEVT_POWERMATE_ROTATE = wx.NewEventType() |
tuple python::powermate::grEVT_POWERMATE_SHUTTLE = wx.NewEventType() |
string python::powermate::ID_POWERMATE = 'powermate' |
string python::powermate::ID_SHUTTLE_PRO = 'shuttle pro' |
string python::powermate::ID_SHUTTLE_PRO_V2 = 'shuttle pro v2' |
string python::powermate::ID_SHUTTLE_XPRESS = 'shuttle xpress' |
int python::powermate::IEC_BTN_0 = 0x100 |
int python::powermate::IEC_BTN_1 = 0x101 |
int python::powermate::IEC_BTN_10 = 0x10a |
int python::powermate::IEC_BTN_11 = 0x10b |
int python::powermate::IEC_BTN_12 = 0x10c |
int python::powermate::IEC_BTN_13 = 0x10d |
int python::powermate::IEC_BTN_14 = 0x10e |
int python::powermate::IEC_BTN_15 = 0x10f |
int python::powermate::IEC_BTN_2 = 0x102 |
int python::powermate::IEC_BTN_3 = 0x103 |
int python::powermate::IEC_BTN_4 = 0x104 |
int python::powermate::IEC_BTN_5 = 0x105 |
int python::powermate::IEC_BTN_6 = 0x106 |
int python::powermate::IEC_BTN_7 = 0x107 |
int python::powermate::IEC_BTN_8 = 0x108 |
int python::powermate::IEC_BTN_9 = 0x109 |
int python::powermate::IEC_REL_DIAL = 0x07 |
int python::powermate::IEC_REL_HWHEEL = 0x06 |
int python::powermate::IEC_REL_MAX = 0x0f |
int python::powermate::IEC_REL_MISC = 0x09 |
int python::powermate::IEC_REL_WHEEL = 0x08 |
int python::powermate::IEC_REL_X = 0x00 |
int python::powermate::IEC_REL_Y = 0x01 |
int python::powermate::IEC_REL_Z = 0x02 |
int python::powermate::IET_ABS = 0x03 |
int python::powermate::IET_FF = 0x15 |
int python::powermate::IET_FF_STATUS = 0x17 |
int python::powermate::IET_KEY = 0x01 |
int python::powermate::IET_LED = 0x11 |
int python::powermate::IET_MAX = 0x1f |
int python::powermate::IET_MSC = 0x04 |
int python::powermate::IET_PWR = 0x16 |
int python::powermate::IET_REL = 0x02 |
int python::powermate::IET_REP = 0x14 |
int python::powermate::IET_SND = 0x12 |
int python::powermate::IET_SYN = 0x00 |
tuple python::powermate::input_event_size = struct.calcsize(input_event_struct) |
string python::powermate::input_event_struct = "@llHHi" |