Skip to content

Commit

Permalink
Fixed documentation comments in SDL_hints.h file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Feb 15, 2014
1 parent fc1c17c commit fbeb24e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/SDL_hints.h
Expand Up @@ -240,8 +240,8 @@ extern "C" {
* \brief A variable that lets you disable the detection and use of Xinput gamepad devices
*
* The variable can be set to the following values:
* "0" - Disable XInput timer (only uses direct input)
* "1" - Enable XInput timer (the default)
* "0" - Disable XInput detection (only uses direct input)
* "1" - Enable XInput detection (the default)
*/
#define SDL_HINT_XINPUT_ENABLED "SDL_XINPUT_ENABLED"

Expand All @@ -264,7 +264,7 @@ extern "C" {
* "0" - Disable joystick & gamecontroller input events when the
* application is in the background.
* "1" - Enable joystick & gamecontroller input events when the
* application is in the backgroumd.
* application is in the background.
*
* The default value is "0". This hint may be set at any time.
*/
Expand Down Expand Up @@ -318,7 +318,7 @@ extern "C" {
* SDL has EGL and OpenGL ES2 support on Windows via the ANGLE project. It
* can use two different sets of binaries, those compiled by the user from source
* or those provided by the Chrome browser. In the later case, these binaries require
* that SDL loads
* that SDL loads a DLL providing the shader compiler.
*
* This variable can be set to the following values:
* "d3dcompiler_46.dll" - default, best for Vista or later.
Expand Down

0 comments on commit fbeb24e

Please sign in to comment.