回答編集履歴
1
参考リンク追記
answer
CHANGED
@@ -78,4 +78,7 @@
|
|
78
78
|
InputList[1] = keyInput;
|
79
79
|
|
80
80
|
SendInput((uint)2, InputList, Marshal.SizeOf(InputList[0]));
|
81
|
-
```
|
81
|
+
```
|
82
|
+
|
83
|
+
参考リンク
|
84
|
+
[https://stackoverflow.com/questions/6830651/sendinput-and-64bits](https://stackoverflow.com/questions/6830651/sendinput-and-64bits)
|