X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGMouseInput.hxx;h=ba0054ca0c38f46e58ab0a41d359115a71a10ad2;hb=3d4806adbe6705f785fd950bd4b4afde1cb4f8d2;hp=7e1d5abb277f5d1f49519d1698b6d4c40572e64c;hpb=aea9c750f3f839817f8dcbdd7bc6bb4f81b97836;p=flightgear.git diff --git a/src/Input/FGMouseInput.hxx b/src/Input/FGMouseInput.hxx index 7e1d5abb2..ba0054ca0 100644 --- a/src/Input/FGMouseInput.hxx +++ b/src/Input/FGMouseInput.hxx @@ -37,7 +37,8 @@ #include #include #include -#include
+#include + /** * List of currently pressed mouse button events */ @@ -118,6 +119,15 @@ private: } mouse_cursor_map[]; mouse bindings[MAX_MICE]; + + bool haveWarped; + + SGPropertyNode_ptr xSizeNode; + SGPropertyNode_ptr ySizeNode; + SGPropertyNode_ptr xAccelNode; + SGPropertyNode_ptr yAccelNode; + SGPropertyNode_ptr hideCursorNode; + SGPropertyNode_ptr cursorTimeoutNode; }; #endif