We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c6af4 commit 7f8b0d4Copy full SHA for 7f8b0d4
src/JuliusSweetland.OptiKey.Core/Observables/TriggerSources/XInputButtonDownUpSource.cs
@@ -64,11 +64,6 @@ public IObservable<TriggerSignal> Sequence
64
{
65
if (sequence == null)
66
67
- //need to add controller userindex to event
68
- //and sign up for only the appropriate one here
69
-
70
- //or consider adding a "watch" for a particular controller via the static Instance
71
72
var keyDowns = Observable.FromEventPattern<XInputButtonDownEventHandler, XInputButtonEventArgs>(
73
handler => new XInputButtonDownEventHandler(handler),
74
h => xinputListener.ButtonDown += h,
0 commit comments