回答編集履歴
1
修正
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
-
|
1
|
+
[SendInput API](https://docs.microsoft.com/ja-jp/windows/win32/api/winuser/nf-winuser-sendinput) を試してみて、それでもダメなら仮想HIDドライバみたいなのを使用するしかないんじゃないですかね。
|
2
2
|
|
3
|
+
|
4
|
+
|
5
|
+
[Interception](http://www.oblita.com/interception.html)
|
6
|
+
|
3
|
-
|
7
|
+
こんなのがありました。(試した事はないです)
|