]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
plib-1.8.0 no longer defines the cchar type (which we used because we were
[flightgear.git] / src / Network / jsclient.hxx
index 612ec34d9936719cd30c1f59d2f7bc5dfe9c79b5..d82391a65f1ae082352ae33a45702a8acfffd1da 100644 (file)
@@ -1,8 +1,8 @@
-// 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
+// based on joyclient.hxx by Curtis Olson
 // Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
 //
 // This program is free software; you can redistribute it and/or
@@ -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();