Skip to content

Commit

Permalink
FIXME removal: ignore SDLK_WORLD keys when not translating keyboard l…
Browse files Browse the repository at this point in the history
…ayout.

This is a lesser-used codepath that probably doesn't need this feature,
which we probably can't supply in any reasonable way anyhow.

Reference Issue #143.
  • Loading branch information
icculus committed Aug 31, 2022
1 parent 4b33a62 commit 549d85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SDL12_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -4093,7 +4093,6 @@ Scancode20toKeysym12(const SDL_Scancode scancode20)
default: break;
}

FIXME("map some of the SDLK12_WORLD keys");
return SDLK12_UNKNOWN;
}

Expand Down

0 comments on commit 549d85b

Please sign in to comment.