Hi *,
how can I configure the Atari800 emulator to use the xbox 360 d-pad instead of the left analog joystick?
My .atari800.cfg is like this:
SDL_JOY_0_ENABLED=1
SDL_JOY_0_LEFT=260
SDL_JOY_0_RIGHT=262
SDL_JOY_0_UP=264
SDL_JOY_0_DOWN=261
SDL_JOY_0_TRIGGER=305
SDL_JOY_1_ENABLED=1
SDL_JOY_1_LEFT=97
SDL_JOY_1_RIGHT=100
SDL_JOY_1_UP=119
SDL_JOY_1_DOWN=115
SDL_JOY_1_TRIGGER=306
the codes look like X11-Keyboard codes. Question is, how I can re-assign the key-value “SDL_JOY_LEFT” and so on…
greetings,
twh