MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / init

Method init

Engine/source/platformWin32/winDInputDevice.cpp:101–106  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

99
100//------------------------------------------------------------------------------
101void DInputDevice::init()
102{
103 // Reset all of the static variables:
104 smDInputInterface = NULL;
105 dMemset( smDeviceCount, 0, sizeof( smDeviceCount ) );
106}
107
108//------------------------------------------------------------------------------
109bool DInputDevice::create()

Callers

nothing calls this directly

Calls 1

dMemsetFunction · 0.70

Tested by

no test coverage detected