This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gremlin | |
from gremlin.user_plugin import * | |
mode = ModeVariable("Mode", "The mode in which to use this mapping") | |
virtual_axis = VirtualInputVariable( | |
"Virtual output axis", | |
"The vJoy axis to send the filtered output to.", | |
[gremlin.common.InputType.JoystickAxis] |