prestonflying Posted August 10, 2022 Posted August 10, 2022 (edited) Is there a way to access button/switch/axis state of USB devices from within a lua export script? Perhaps this already exists and seeking a nice clean way to read the data. I was able to read switch data from `clickable.lua` (gear_handle = GetDevice("0")::get_argument_value(foo)) but the goal is to get the values from the USB device directly Edited August 10, 2022 by prestonflying
Recommended Posts