]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
Update nasal function name.
[flightgear.git] / src / Network / jsclient.hxx
index 612ec34d9936719cd30c1f59d2f7bc5dfe9c79b5..4c5bfc1b2a1e5f9c6d453141bffa485920d8cd46 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
@@ -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();