Skip to content

Commit

Permalink
Document shared CCD
Browse files Browse the repository at this point in the history
  • Loading branch information
tdammers committed Nov 21, 2024
1 parent 5159e7a commit 68370a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ <h2>EFIS screens and CCD's</h2>
page</a> on the
FlightGear wiki explains how.</p>

<p>It is also possible to use a single input device to drive both CCD's, with a
toggle to select the 'current' one. To use this, map your device inputs to
<code>/controls/shared-ccd</code>; the same properties exist here as in the individual
CCD's, plus a <code>target</code> property that can be set to either 0 or 1 to control the
left and right CCD respectively. Inputs to the shared CCD will be forwarded to
the active target according to this property, so you can use this to map a
button on your input device to switch between CCD's.</p>

<p>The following functionality is available through the CCD-driven GUI:</p>

<h3>PFD</h3>
Expand Down
8 changes: 8 additions & 0 deletions Documentation/guide.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ mouse working normally is possible; [this
page](https://wiki.flightgear.org/Input_device#Multiple_mice_on_Linux) on the
FlightGear wiki explains how.

It is also possible to use a single input device to drive both CCD's, with a
toggle to select the 'current' one. To use this, map your device inputs to
`/controls/shared-ccd`; the same properties exist here as in the individual
CCD's, plus a `target` property that can be set to either 0 or 1 to control the
left and right CCD respectively. Inputs to the shared CCD will be forwarded to
the active target according to this property, so you can use this to map a
button on your input device to switch between CCD's.

The following functionality is available through the CCD-driven GUI:

### PFD
Expand Down

0 comments on commit 68370a4

Please sign in to comment.