コード例 #1
0
ファイル: XinputDevice.cs プロジェクト: joshreve/Touchmote
 public XinputDevice(XinputBus bus, int ID)
 {
     this.bus = bus;
     this.ID = ID;
     bus.Plugin(ID);
 }
コード例 #2
0
ファイル: XinputDevice.cs プロジェクト: joshreve/Touchmote
 public XinputDevice(XinputBus bus, int ID)
 {
     this.bus = bus;
     this.ID  = ID;
     bus.Plugin(ID);
 }