+
+ vJoy Device {slot.targetDeviceId}, live output
+
+ {liveOutput.axes.length > 0 && (
+
+ {liveOutput.axes.map((value, i) => (
+
+
{AXIS_NAMES[i] ?? `A${i}`}
+
+
+
+
{value.toFixed(2)}
+
+ ))}
+
+ )}
+
+ {liveOutput.buttons.map((pressed, i) => (
+
+ {i + 1}
+
+ ))}
+
+
+