diff --git a/input/input.lua b/input/input.lua index 0876888..aef5a98 100644 --- a/input/input.lua +++ b/input/input.lua @@ -724,6 +724,10 @@ input_mt = { c:neutralize() end end, + --- Manually set the state of this input. + set = function(self, ...) + self:_update{...} + end, --- Set the joystick associated with this input. -- This input will then ignore every other joystick.