Skip to content

Instantly share code, notes, and snippets.

@mars-f
mars-f / buttons_to_vjoy_axis.py
Last active April 25, 2024 12:55
Joystick Gremlin plugin to control a vjoy axis with physical buttons
"""Joystic Gremlin plugin to assign buttons to control a vjoy axis."""
import functools
import gremlin
from gremlin.user_plugin import *
from gremlin.input_devices import macro
manager = macro.MacroManager()