...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
// Setting filters to ignore Mouse, TabletPC-Pen/Touch and MobileDevices(Andriod/iOS)
SigDev.SetDriverLong(59, 1);
SigDev.SetDriverLong(60, 1);
SigDev.SetDriverLong(61, 1);
SigDev.SetDriverLong(67, 1);
string firstPad;
bool devFound = SigDev.EnumeratePadsFirst(out firstPad); |
...