Changes between Version 11 and Version 12 of Tutorial5AdvancedRemoteControlUsage


Ignore:
Timestamp:
Nov 23, 2017, 3:45:29 PM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial5AdvancedRemoteControlUsage

    v11 v12  
    6868For {{{Button}}}, triggering depends on the optional '''trigger''' param. For {{{Switch}}}, triggering occurs when the state toggles. For {{{Analog}}}, triggering occurs when the value changes. For {{{Joystick}}}, triggering occurs when any value changes. If a '''modifier''' is specified, it must be pressed for the triggering to occur. It acts as a keyboard shift or control key. This way, the main key can be used in different {{{Component}}}s.
    6969
    70 For {{{Axis}}} and {{{Joystick}}}, a '''threshold''' param can avoid false changes: the value will only be triggered if it changed at least by the '''threshold''' value from the last reading (not implemented yet).
     70For {{{Axis}}} and {{{Joystick}}}, a '''threshold''' param avoids false changes near 0: the value will only be triggered if it changed '''and''' if it is greater or equal than '''threshold'''.
    7171
    7272For {{{Axis}}} and {{{Joystick}}}, a {{{Curve}}} can be used to change the response; a linear curve is used as default.