MCPcopy 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
61U32 InputEventManager::getNextDeviceType()
62{
63 U32 code = mNextDeviceTypeCode;
64 ++mNextDeviceTypeCode;
65 return code;
66}
67
68U32 InputEventManager::getNextDeviceCode()
69{

Callers 4

LeapMotionDeviceMethod · 0.80
RazerHydraDeviceMethod · 0.80
OculusVRDeviceMethod · 0.80
OpenVRProviderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected