nes/examples/sdl/SdlGamepadController.cpp
2025-09-09 00:24:39 +03:00

12 lines
170 B
C++

//
// Created by selim on 09.09.2025.
//
#include "SdlGamepadController.h"
void SdlGamepadController::poll()
{
//SDL_GetJoysticks()
//SDL_GetJoystickButton()
}