forked from TeamTofuShop/segatools
added touch emulator
This commit is contained in:
11
mercuryhook/touch.h
Normal file
11
mercuryhook/touch.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct touch_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT touch_hook_init(const struct touch_config *cfg);
|
Reference in New Issue
Block a user