Skip to content

Kneeboard Switch

CaptZeen edited this page Apr 2, 2020 · 6 revisions

back to Developing Profiles

This rockers Switch let you control the flow of a KneeBoard.

The output binding of the kneeboard "position changed" need to be conected to the input binging "set Kneeboard position" on the switch, and the output binding of the switch "Kneeboard position changed" need to be conected to the input binging "set position" on the Kneeboard

The switch get the input value and increment it by 1 when clicking up (position 1), and decrement the value by -1 when clicking down (position 3), so the returned value is the input value plus the modification.

Input Bindings:

  • toggle hidden
  • set hidden
  • set indicator
  • set position
  • set Kneeboard position = current position of the Kneeboard

Output bindings:

  • released
  • position changed
  • Kneeboard position changed = current position of the Kneeboard
Clone this wiki locally