[apm3] add DInput and XInput support

This commit is contained in:
2025-07-20 18:11:34 +02:00
parent e2e4b37e3f
commit e974a76fe6
21 changed files with 1157 additions and 176 deletions

9
games/apm3io/kb.h Normal file
View File

@ -0,0 +1,9 @@
#pragma once
#include <windows.h>
#include "apm3io/backend.h"
#include "apm3io/config.h"
HRESULT apm3_kb_init(const struct apm3_kb_config *cfg,
const struct apm3_io_backend **backend);