mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Dt in seconds, minor fixes
This commit is contained in:
parent
fdd69fd7f8
commit
394c658d8b
3 changed files with 4 additions and 2 deletions
|
|
@ -164,6 +164,7 @@ local axis_mt = {
|
|||
clone = function(self)
|
||||
return input.axis(unpack(self.detectors))
|
||||
:threshold(self.threshold)
|
||||
:triggeringThreshold(self.triggeringThreshold)
|
||||
end,
|
||||
|
||||
--- Bind new AxisDetector(s) to this input.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue