Fixed bug 1653 - comma at the end of enum
Martin Gerhardy 2012-11-30 03:07:14 PST SDL_gamecontroller.h:61:29: warning: comma at end of enumerator list [-pedantic]
This commit is contained in:
parent
088842729f
commit
290bbdda14
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ typedef enum
|
||||||
SDL_CONTROLLER_BINDTYPE_NONE = 0,
|
SDL_CONTROLLER_BINDTYPE_NONE = 0,
|
||||||
SDL_CONTROLLER_BINDTYPE_BUTTON,
|
SDL_CONTROLLER_BINDTYPE_BUTTON,
|
||||||
SDL_CONTROLLER_BINDTYPE_AXIS,
|
SDL_CONTROLLER_BINDTYPE_AXIS,
|
||||||
SDL_CONTROLLER_BINDTYPE_HAT,
|
SDL_CONTROLLER_BINDTYPE_HAT
|
||||||
} SDL_CONTROLLER_BINDTYPE;
|
} SDL_CONTROLLER_BINDTYPE;
|
||||||
/**
|
/**
|
||||||
* get the sdl joystick layer binding for this controller button/axis mapping
|
* get the sdl joystick layer binding for this controller button/axis mapping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue