refactor(tracker): change Iterate() func(yield):s to Iterate(yield)

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-10-15 09:09:17 +03:00
parent 3986bbede7
commit b494a69a76
11 changed files with 90 additions and 104 deletions

View File

@ -124,7 +124,7 @@ type (
Dialog int
MIDIContext interface {
ListInputDevices() func(yield func(MIDIDevice) bool)
InputDevices(yield func(MIDIDevice) bool)
Close()
}