Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Sentdex/pygta5
/ Input
Class
Input
original_project/directkeys.py:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
(
"hi"
, HardwareInput)]
48
49
class
Input(ctypes.Structure):
50
_fields_ = [(
"type"
, ctypes.c_ulong),
51
(
"ii"
, Input_I)]
52
53
# Actuals Functions
54
Callers
2
PressKey
Function · 0.70
ReleaseKey
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected