changeset 6706 | b9f5fb1e78b5 |
parent 6705 | 1075e5ff6de0 |
child 6707 | 70eeb7e3ec2f |
6705:1075e5ff6de0 | 6706:b9f5fb1e78b5 |
---|---|
37 return (0); |
37 return (0); |
38 } |
38 } |
39 |
39 |
40 /* Function to get the device-dependent name of a joystick */ |
40 /* Function to get the device-dependent name of a joystick */ |
41 const char * |
41 const char * |
42 SDL_SYS_JoystickNameForDevice(int index) |
42 SDL_SYS_JoystickNameForIndex(int index) |
43 { |
43 { |
44 SDL_SetError("Logic error: No joysticks available"); |
44 SDL_SetError("Logic error: No joysticks available"); |
45 return (NULL); |
45 return (NULL); |
46 } |
46 } |
47 |
47 |