Ammend that comment.

The default imp is not FFI at all, it's a Lua/C module.

True, we *also* have platform-specific imps via FFI, though.
reviewable/pr11807/r4
NiLuJe 3 weeks ago
parent 1570fef611
commit ab5f35c38b

@ -300,7 +300,7 @@ function Input:disableRotationMap()
end
--[[--
Wrapper for FFI input open.
Wrapper for Lua/C input open.
Note that we adhere to the "." syntax here for compatibility.
@ -324,7 +324,7 @@ function Input.open(path, name)
end
--[[--
Wrapper for FFI input close.
Wrapper for Lua/C input close.
Note that we adhere to the "." syntax here for compatibility.
--]]

Loading…
Cancel
Save