mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
PlatformSDL implementation.
This commit is contained in:
parent
21d58bb191
commit
aa35157eef
33 changed files with 3971 additions and 151 deletions
13
Engine/source/platformSDL/sdlInput.h
Normal file
13
Engine/source/platformSDL/sdlInput.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef SDL_INPUT_H
|
||||
#define SDL_INPUT_H
|
||||
|
||||
#include "platform/types.h"
|
||||
|
||||
namespace KeyMapSDL
|
||||
{
|
||||
U32 getTorqueScanCodeFromSDL(U32 sdl);
|
||||
|
||||
U32 getSDLScanCodeFromTorque(U32 torque);
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue