Skip to content

Commit

Permalink
xrEngine/xr_input_xinput.cpp: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 10, 2018
1 parent 5eceeed commit b3507ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/xr_input_xinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ _keyboard keyboards[] =
{ "kBRIGHTNESSUP", SDL_SCANCODE_BRIGHTNESSUP, "Brightness Up" },
{ "kDISPLAYSWITCH", SDL_SCANCODE_DISPLAYSWITCH, "Display Switch" },

{ "kKBDILLUMTOGGLE)", SDL_SCANCODE_KBDILLUMTOGGLE, "Illum Toogle" },
{ "kKBDILLUMTOGGLE", SDL_SCANCODE_KBDILLUMTOGGLE, "Illum Toogle" },
{ "kKBDILLUMDOWN", SDL_SCANCODE_KBDILLUMDOWN, "Illum Down" },
{ "kKBDILLUMUP", SDL_SCANCODE_KBDILLUMUP, "Illum Up" },

Expand Down

0 comments on commit b3507ae

Please sign in to comment.