Skip to content

Commit 7f8b0d4

Browse files
committed
remove obsolete note
1 parent b5c6af4 commit 7f8b0d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/JuliusSweetland.OptiKey.Core/Observables/TriggerSources/XInputButtonDownUpSource.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ public IObservable<TriggerSignal> Sequence
6464
{
6565
if (sequence == null)
6666
{
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-
7267
var keyDowns = Observable.FromEventPattern<XInputButtonDownEventHandler, XInputButtonEventArgs>(
7368
handler => new XInputButtonDownEventHandler(handler),
7469
h => xinputListener.ButtonDown += h,

0 commit comments

Comments
 (0)