Added initial support for the Sony PS5 Controller

This commit is contained in:
Sam Lantinga
2020-11-05 15:02:54 -08:00
parent e555d45331
commit 4d79f9662f
7 changed files with 211 additions and 29 deletions

View File

@@ -65,7 +65,8 @@ typedef enum
SDL_CONTROLLER_TYPE_PS3,
SDL_CONTROLLER_TYPE_PS4,
SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO,
SDL_CONTROLLER_TYPE_VIRTUAL
SDL_CONTROLLER_TYPE_VIRTUAL,
SDL_CONTROLLER_TYPE_PS5
} SDL_GameControllerType;
typedef enum