From 0785c6196838902d75b2c9fbb1aa46b4130ea18e Mon Sep 17 00:00:00 2001 From: jimw Date: Tue, 1 Jul 2003 19:43:15 +0000 Subject: [PATCH] Update joystick docs for addition of interval parameter to digital hat bindings. --- Docs/README.Joystick.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docs/README.Joystick.html b/Docs/README.Joystick.html index b26f9c7fa..262d527c3 100644 --- a/Docs/README.Joystick.html +++ b/Docs/README.Joystick.html @@ -622,6 +622,14 @@ Here's an example of how to use an axis to adjust the elevator trim: --prop:/input/joysticks/js/axis[1]/high/binding/step=-0.001
+

+If you want you can specify a time interval for processing digital hat repeats. For example +if you want an interval of 0.05 seconds, which will effect up to 20 repeats per second, then add +the following to the property: +

+  --prop:/input/joysticks/js/axis[1]/interval-sec=0.05
+
+

You could also bind some axes to brakes, so that you can use positions between between 0.0 (no brakes) and 1.0 (full brakes).