1
0
mirror of synced 2024-11-30 16:24:27 +01:00
bananatools/saohook/touch.h

9 lines
167 B
C
Raw Normal View History

2023-12-11 00:48:47 +01: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);