You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
194B

  1. #pragma once
  2. #include <common.hpp>
  3. namespace rack {
  4. /** Gamepad/joystick/controller MIDI driver */
  5. namespace gamepad {
  6. void init();
  7. void step();
  8. } // namespace gamepad
  9. } // namespace rack