]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
new FSF address
[flightgear.git] / src / Network / jsclient.hxx
index 612ec34d9936719cd30c1f59d2f7bc5dfe9c79b5..fa7a4a39bb32ca192844c17654a0e50b896b5b4f 100644 (file)
@@ -1,9 +1,9 @@
-// jsclient.cxx -- simple UDP networked jsstick client
+// jsclient.hxx -- simple UDP networked joystick client
 //
 // Copyright (C) 2003 by Manuel Bessler and Stephen Lowry
 //
-// based on jsclient.cxx by Curtis Olson
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// based on joyclient.hxx by Curtis Olson
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -17,7 +17,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -41,7 +41,11 @@ class FGJsClient : public FGProtocol {
 
     char buf[256];
     int length;
-
+    double axis[4];
+    SGPropertyNode *axisdef[4];
+    string axisdefstr[4];
+    bool active;
+                               
 public:
 
     FGJsClient();