1
0
mirror of synced 2024-11-24 05:50:12 +01:00
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);