質問するログイン新規登録

回答編集履歴

1

参考リンク追記

2019/03/02 22:20

投稿

wwbQzhMkhhgEmhU
wwbQzhMkhhgEmhU

スコア343

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)