Browse Source

Adjusted the mouse callback function to include the message.

pull/45/head
atom0s 7 years ago
parent
commit
1179b2cf31
  1. BIN
      Ashita.dll
  2. BIN
      injector.exe
  3. 2
      plugins/ADK/Ashita.h

BIN
Ashita.dll

Binary file not shown.

BIN
injector.exe

Binary file not shown.

2
plugins/ADK/Ashita.h

@ -246,7 +246,7 @@ namespace Ashita @@ -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);
///////////////////////////////////////////////////////////////////////////////////////////////////
//

Loading…
Cancel
Save