| 417 | } |
| 418 | |
| 419 | U32 KeyMapSDL::getTorqueScanCodeFromSDL(U32 sdl) |
| 420 | { |
| 421 | if(_buildScanCode) |
| 422 | buildScanCodeArray(); |
| 423 | |
| 424 | return SDL_T3D[sdl]; |
| 425 | } |
| 426 | |
| 427 | U32 KeyMapSDL::getSDLScanCodeFromTorque(U32 torque) |
| 428 | { |
nothing calls this directly
no test coverage detected