コード例 #1
0
 def Resume(self):
     print("Resuming Game!!!!")
     sendkeys.SendScanCodeInput(0x19)
コード例 #2
0
 def MoveRight(self):
     print("Move Right")
     sendkeys.SendScanCodeInput(0xCD)
コード例 #3
0
 def Pause(self):
     print("Pausing Game!!!!")
     sendkeys.SendScanCodeInput(0x19)
コード例 #4
0
 def MoveLeft(self):
     print("Move Left")
     sendkeys.SendScanCodeInput(0xCB)
コード例 #5
0
 def MoveDown(self):
     print("Move Down")
     sendkeys.SendScanCodeInput(0xD0)
コード例 #6
0
 def MoveUp(self):
     print("Move Up")
     sendkeys.SendScanCodeInput(0xC8)
コード例 #7
0
 def StartGame(self):
     print(" Starting Game")
     sendkeys.SendScanCodeInput(0x02)
コード例 #8
0
 def InsertCoin(self):
     print("Inserting Coin")
     sendkeys.SendScanCodeInput(0x06)