X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjsclient.hxx;h=d82391a65f1ae082352ae33a45702a8acfffd1da;hb=ba840da288689d7b634581776b44846a55be579e;hp=612ec34d9936719cd30c1f59d2f7bc5dfe9c79b5;hpb=e6cd7a0ed76cefe4a3fc0102d0038676f466bafe;p=flightgear.git diff --git a/src/Network/jsclient.hxx b/src/Network/jsclient.hxx index 612ec34d9..d82391a65 100644 --- a/src/Network/jsclient.hxx +++ b/src/Network/jsclient.hxx @@ -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();