diff --git a/Ashita.dll b/Ashita.dll index cc27168..a17bb0c 100644 Binary files a/Ashita.dll and b/Ashita.dll differ diff --git a/injector.exe b/injector.exe index 4d8663f..590ffdf 100644 Binary files a/injector.exe and b/injector.exe differ diff --git a/plugins/ADK/Ashita.h b/plugins/ADK/Ashita.h index df8bd74..d4e738a 100644 --- a/plugins/ADK/Ashita.h +++ b/plugins/ADK/Ashita.h @@ -246,7 +246,7 @@ namespace Ashita typedef HRESULT /**/(__stdcall *getdatacallback_t)(DWORD, LPDIDEVICEOBJECTDATA, DWORD, LPDWORD, DWORD); typedef HRESULT /**/(__stdcall *getstatecallback_t)(DWORD, LPVOID); typedef BOOL /**/(__stdcall *keyboardcallback_t)(WPARAM, LPARAM); -typedef BOOL /**/(__stdcall *mousecallback_t)(WPARAM, LPARAM); +typedef BOOL /**/(__stdcall *mousecallback_t)(UINT, WPARAM, LPARAM); /////////////////////////////////////////////////////////////////////////////////////////////////// //