Align nixAC to spice2x folder structure

This commit is contained in:
2026-08-06 16:03:22 +02:00
parent 3ddd34d51d
commit 64260623bf
1060 changed files with 0 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#pragma once
#include <windows.h>
namespace wintouchemu {
// settings
extern bool FORCE;
extern bool INJECT_MOUSE_AS_WM_TOUCH;
extern bool LOG_FPS;
extern bool ADD_TOUCH_FLAG_PRIMARY;
void hook(const char *window_title, HMODULE module = nullptr, int delay_in_s=0);
void hook_title_ends(
const char *window_title_start,
const char *window_title_ends,
HMODULE module = nullptr);
void update();
}