public MappableDeviceMessageHandler(MappableDevices mappableDevices, SenderFunction <MappableDeviceFeedbackMessage> senderFunction)
 {
     this.mappableDevices = mappableDevices;
     this.senderFunction  = senderFunction;
 }
Esempio n. 2
0
 public InputsController(MappableDevices inputDeviceManager)
 {
     this.inputDeviceManager = inputDeviceManager;
 }
 public MappableDeviceWebSocketHandler(MappableDevices mappableDevices)
 {
     this.mappableDevices = mappableDevices;
 }