SDL_HINT_JOYSTICK_DEVICE

A variable containing a comma separated list of devices to open as joysticks.

This variable is currently only used by the Linux joystick driver.

extern (C) nothrow @nogc
enum SDL_HINT_JOYSTICK_DEVICE = "SDL_JOYSTICK_DEVICE";

Meta