forked from TeamTofuShop/segatools
FGO: add keyboard input (#61)
Probably self-explanatory :p Reviewed-on: TeamTofuShop/segatools#61 Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com> Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
This commit is contained in:
8
fgoio/keyboard.h
Normal file
8
fgoio/keyboard.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "fgoio/backend.h"
|
||||
#include "fgoio/config.h"
|
||||
|
||||
HRESULT fgo_kb_init(const struct fgo_kb_config *cfg, const struct fgo_io_backend **backend);
|
Reference in New Issue
Block a user