mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-03 14:01:56 -04:00
16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
---
|
|
title: Input Devices
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { MiniRepl } from '../../docs/MiniRepl';
|
|
import { JsDoc } from '../../docs/JsDoc';
|
|
|
|
import Gamepad from '@strudel/gamepad/docs/gamepad.mdx';
|
|
|
|
# Input Devices
|
|
|
|
Strudel supports various input devices like Gamepads and MIDI controllers to manipulate patterns in real-time.
|
|
|
|
<Gamepad />
|