I'm a bit new to both phidgets and python, but have recently thrown myself into it so I'll try at an answer.... The key process handling the change events of the input in the sample code is with the function interfaceKitInputChanged. That function was setup as an event handler in the main program co...