mouse_event
VOID mouse_event(
DWORD dwFlags, // motion and click options
DWORD dx, // horizontal position or change
DWORD dy, // vertical position or change
DWORD dwData, // wheel movement
ULONG_PTR dwExtraInfo // application-defined information
);
Linux暂时不知道。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)