#include "SDL.h" int main(int argc, char* argv[]) { // 加速度センサーをジョイスティックとして使用しない SDL_SetHint(SDL_HINT_ACCELEROMETER_AS_JOYSTICK, "0"); }