bananatools/saohook/touch.h
2023-12-10 18:48:47 -05:00

9 lines
167 B
C

#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);