forked from TeamTofuShop/segatools
[apm3] add DInput and XInput support
This commit is contained in:
9
games/apm3io/kb.h
Normal file
9
games/apm3io/kb.h
Normal 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);
|
Reference in New Issue
Block a user