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

Method findVirtualMap

Engine/source/platform/input/event.cpp:469–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469InputEventManager::VirtualMapData* InputEventManager::findVirtualMap(const char* description)
470{
471 char desc[256];
472 desc[0] = 0;
473 dStrncpy(desc, description, 255);
474 dStrlwr(desc);
475
476 return mVirtualMap.retreive(desc);
477}
478
479const char* InputEventManager::findVirtualMapDescFromCode(U32 code)
480{

Callers 1

createEventDescriptorMethod · 0.80

Calls 3

dStrncpyFunction · 0.85
dStrlwrFunction · 0.85
retreiveMethod · 0.45

Tested by

no test coverage detected