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

Method findVirtualMap

Engine/source/platform/input/event.cpp:471–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

createEventDescriptorMethod · 0.80

Calls 3

dStrncpyFunction · 0.85
dStrlwrFunction · 0.85
retreiveMethod · 0.45

Tested by

no test coverage detected