segatools/mercuryhook/touch.h

12 lines
158 B
C
Raw Normal View History

2022-01-04 08:46:30 +00:00
#pragma once
#include <windows.h>
#include <stdbool.h>
struct touch_config {
bool enable;
};
HRESULT touch_hook_init(const struct touch_config *cfg);