Awesome typo.

reviewable/pr11807/r4
NiLuJe 3 weeks ago
parent 4c12481a7b
commit b335ec6415

@ -295,7 +295,7 @@ local function findKeyboards()
if dev.matched then
-- Check if it provides a DPad, too.
local has_dpad = bit.band(dev.type, C.INPUT_DPAD) ~= 0
table.insert(keyboards, { event_path = ffi.string(dev.path), had_dpad = has_dpad })
table.insert(keyboards, { event_path = ffi.string(dev.path), has_dpad = has_dpad })
end
end
C.free(devices)

Loading…
Cancel
Save