]> git.mxchange.org Git - flightgear.git/commit
add "signals" for start and end of screenshot capturing. Like the other
authormfranz <mfranz>
Tue, 9 May 2006 09:39:28 +0000 (09:39 +0000)
committermfranz <mfranz>
Tue, 9 May 2006 09:39:28 +0000 (09:39 +0000)
commitd409d5dbbe0962894ee8298b0096b52a2ed856a7
tree767fff4e9ad2664d389e6bf55455a6a5283a3293
parent95a97dbee4d5b3fb3d31fb0142f024fa61943e53
add "signals" for start and end of screenshot capturing. Like the other
signals, this is meant for attaching listeners. The ufo will use that to
hide/reveal the status line in screenshots. The following signal properties
are now available:

  /sim/signals/exit       ... set to 1 right before quitting
  /sim/signals/reinit     ... set to 1 on re-init  (Shift-Esc)
  /sim/signals/screenshot ... set to 1 before and to 0 after screenshot
  /sim/signals/click      ... set to 1 after mouse clicks at terrain, signalling
                              that the geo coords in /sim/input/click/ were updated
src/GUI/gui_funcs.cxx