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

Function mapScanCode

Engine/source/platformSDL/sdlInput.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void mapScanCode(U32 sdl, U32 torque)
260{
261 SDL_T3D[sdl] = torque;
262 T3D_SDL[torque] = sdl;
263}
264
265
266

Callers 1

buildScanCodeArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected