質問編集履歴

1

2020/11/05 05:15

投稿

yuma339
yuma339

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  pythonでVisualBoyAdvanceを操作しようとしています。
2
+
3
+
2
4
 
3
5
  メモ帳や他ソフトでは、書き込み可能ですが、 VisualBoyAdvanceをアクティブにしても不可能です。
4
6
 
@@ -6,4 +8,6 @@
6
8
 
7
9
  どなたか案がある方教えていただきたく思います。
8
10
 
11
+ 当方の状態 Windows10 Python Ver.3.6.8 Visual boy advance 1.8.0
12
+
9
- 当方の状態 Windows10 Python Ver.3.6.8 コード import pyautogui while True: pyautogui.press('5')
13
+ コード import pyautogui while True: pyautogui.press('5')