MCPcopy Create free account
hub / github.com/Sentdex/pygta5 / KeybdInput

Method KeybdInput

original_project/keys.py:485–486  ·  view source on GitHub ↗
(self, code, flags)

Source from the content-addressed store, hash-verified

483
484 # keyboard input
485 def KeybdInput(self, code, flags):
486 return KEYBDINPUT(code, code, flags, 0, None)
487
488 # hardware input
489 def HardwareInput(self, message, parameter):

Callers 1

KeyboardMethod · 0.95

Calls 1

KEYBDINPUTClass · 0.85

Tested by

no test coverage detected