Ammend that comment

The FFI wrappers don't use it anyway
reviewable/pr11807/r4
NiLuJe 3 weeks ago
parent df9eb4d074
commit 31791ed80b

@ -197,8 +197,7 @@ local Input = {
end,
-- open'ed input devices hashmap (key: path, value: fd number)
-- (Must be a class member, both because Input is a singleton and that state is process-wide anyway,
-- and because the FFI open/close wrappers aren't methods to boot).
-- Must be a class member, both because Input is a singleton and that state is process-wide anyway.
opened_devices = {},
}

Loading…
Cancel
Save