added support for tokyo

This commit is contained in:
2024-08-20 13:30:51 +02:00
parent c91c7db3c7
commit c535f18e40
27 changed files with 1715 additions and 11 deletions

10
tokyoio/kb.h Normal file
View File

@ -0,0 +1,10 @@
#pragma once
#include <windows.h>
#include "tokyoio/backend.h"
#include "tokyoio/config.h"
HRESULT tokyo_kb_init(
const struct tokyo_kb_config *cfg,
const struct tokyo_io_backend **backend);