Log in

View Full Version : Turning an axis into a true or false value.


Unexas
22-02-2016, 18:44
Just like it says in the title i want one of the triggers to behave as a button if pressed at least half way. But i have no idea how to do it.

JeffB
22-02-2016, 19:52
Read the value. Use a greater/equal. If it's greater/equal to 0.5, it will output T. Otherwise, it outputs F.

smcfin
23-02-2016, 15:39
You may want to tune the value that it is greater than, we did this this year and our driver preferred a smaller value like .1 .