MCPcopy 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
68U32 InputEventManager::getNextDeviceCode()
69{
70 U32 code = mNextDeviceCode;
71 ++mNextDeviceCode;
72 return code;
73}
74
75void InputEventManager::registerDevice(IInputDevice* device)
76{

Callers 4

buildCodeTableMethod · 0.80
buildCodeTableMethod · 0.80
buildCodeTableMethod · 0.80
buildInputCodeTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected