#pragma once #include struct tagTOUCHINPUT; namespace nativetouch::inject { void attach_window(HWND window); void register_and_attach_window(HWND window); void hook(HMODULE module); bool inject_synthetic_touch(POINT position, bool down); bool transform_touch_input(tagTOUCHINPUT *point); }