Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getNextDeviceType
Method
getNextDeviceType
Engine/source/platform/input/event.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
U32 InputEventManager::getNextDeviceType()
62
{
63
U32 code = mNextDeviceTypeCode;
64
++mNextDeviceTypeCode;
65
return code;
66
}
67
68
U32 InputEventManager::getNextDeviceCode()
69
{
Callers
4
LeapMotionDevice
Method · 0.80
RazerHydraDevice
Method · 0.80
OculusVRDevice
Method · 0.80
OpenVRProvider
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected