We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c62fc commit c299f9aCopy full SHA for c299f9a
src/platform/windows/input.cpp
@@ -22,7 +22,7 @@
22
#include "src/logging.h"
23
#include "src/platform/common.h"
24
25
-#ifdef __MINGW32__
+#if defined(__MINGW32__) && (defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(__amd64__) || defined(_M_AMD64))
26
DECLARE_HANDLE(HSYNTHETICPOINTERDEVICE);
27
WINUSERAPI HSYNTHETICPOINTERDEVICE WINAPI CreateSyntheticPointerDevice(POINTER_INPUT_TYPE pointerType, ULONG maxCount, POINTER_FEEDBACK_MODE mode);
28
WINUSERAPI BOOL WINAPI InjectSyntheticPointerInput(HSYNTHETICPOINTERDEVICE device, CONST POINTER_TYPE_INFO *pointerInfo, UINT32 count);
0 commit comments