bananatools/saohook/touch.h

9 lines
167 B
C
Raw Normal View History

2023-12-10 23:48:47 +00:00
#pragma once
#include <windows.h>
#include <stdbool.h>
struct sao_touch_config {
bool enable;
};
HRESULT sao_touch_hook_init(const struct sao_touch_config *cfg);