OpenEnroth 2d8e6fe
|
#include <SDL3/SDL.h>
#include "Library/Platform/Interface/PlatformEnums.h"
#include "Library/Platform/Interface/PlatformOpenGLOptions.h"
#include "Library/Logger/LogEnums.h"
Functions | |
PlatformKey | translateSdlKey (SDL_Keycode key) |
PlatformKey | translateSdlGamepadButton (SDL_GamepadButton button) |
PlatformKey | translateSdlGamepadAxis (SDL_GamepadAxis axis) |
PlatformModifiers | translateSdlMods (uint16_t mods) |
PlatformMouseButton | translateSdlMouseButton (uint8_t mouseButton) |
PlatformMouseButtons | translateSdlMouseButtons (uint32_t mouseButtons) |
int | translatePlatformVSyncMode (PlatformVSyncMode vsyncMode) |
SDL_GLProfile | translatePlatformOpenGLProfile (PlatformOpenGLProfile profile) |
SDL_LogPriority | translatePlatformLogLevel (LogLevel logLevel) |
LogLevel | translateSdlLogLevel (SDL_LogPriority logLevel) |
SDL_LogPriority translatePlatformLogLevel | ( | LogLevel | logLevel | ) |
SDL_GLProfile translatePlatformOpenGLProfile | ( | PlatformOpenGLProfile | profile | ) |
int translatePlatformVSyncMode | ( | PlatformVSyncMode | vsyncMode | ) |
PlatformKey translateSdlGamepadAxis | ( | SDL_GamepadAxis | axis | ) |
PlatformKey translateSdlGamepadButton | ( | SDL_GamepadButton | button | ) |
PlatformKey translateSdlKey | ( | SDL_Keycode | key | ) |
LogLevel translateSdlLogLevel | ( | SDL_LogPriority | logLevel | ) |
PlatformModifiers translateSdlMods | ( | uint16_t | mods | ) |
PlatformMouseButton translateSdlMouseButton | ( | uint8_t | mouseButton | ) |
PlatformMouseButtons translateSdlMouseButtons | ( | uint32_t | mouseButtons | ) |