Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getNextDeviceCode
Method
getNextDeviceCode
Engine/source/platform/input/event.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
U32 InputEventManager::getNextDeviceCode()
69
{
70
U32 code = mNextDeviceCode;
71
++mNextDeviceCode;
72
return code;
73
}
74
75
void InputEventManager::registerDevice(IInputDevice* device)
76
{
Callers
4
buildCodeTable
Method · 0.80
buildCodeTable
Method · 0.80
buildCodeTable
Method · 0.80
buildInputCodeTable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected