taitools/sivahook/touch.h

9 lines
155 B
C
Raw Permalink Normal View History

2024-02-14 18:38:52 +00:00
#pragma once
#include <windows.h>
#include <stdbool.h>
struct touch_config {
bool enable;
};
HRESULT touch_hook_init(const struct touch_config *cfg);