• Home
  • Torque Game Engines

    Navigation

      • Classes
      • Files
      • Groups
      • Namespaces
      • Pages
        • Deprecated List
        • Todo List
      • Unions
      • Classes
      • Groups
      • Namespaces
      • Pages
        • Deprecated List

    More

    • Download Documentation
    • Torque3D Source
    • Discord
    Torque3D Documentation / _generateds / sdlInput.h

    sdlInput.h

    Engine/source/platformSDL/sdlInput.h

    More...

    Namespaces:

    namespace
    KeyMapSDL

    Detailed Description

     1
     2#ifndef SDL_INPUT_H
     3#define SDL_INPUT_H
     4
     5#include "platform/types.h"
     6
     7namespace KeyMapSDL
     8{
     9   U32 getTorqueScanCodeFromSDL(U32 sdl);
    10
    11   U32 getSDLScanCodeFromTorque(U32 torque);
    12}
    13
    14#endif
    15    
    
    Built with Hugo and