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