diff options
| author | Cameron Cawley | 2019-11-10 16:34:25 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2019-11-17 22:33:56 +0100 |
| commit | f2b9f7bb76c041825bef1dcee3abf17d923898da (patch) | |
| tree | 9ead87f005a086b6c1cb2cfe4e81d846e3e691dc /backends/events/sdl | |
| parent | c5a5e0f68a8d740f37f234e773988e8f58273466 (diff) | |
| download | scummvm-rg350-f2b9f7bb76c041825bef1dcee3abf17d923898da.tar.gz scummvm-rg350-f2b9f7bb76c041825bef1dcee3abf17d923898da.tar.bz2 scummvm-rg350-f2b9f7bb76c041825bef1dcee3abf17d923898da.zip | |
BACKENDS: Remove the Windows CE port
Diffstat (limited to 'backends/events/sdl')
| -rw-r--r-- | backends/events/sdl/sdl-events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/events/sdl/sdl-events.cpp b/backends/events/sdl/sdl-events.cpp index 75c655269a..eba44341e0 100644 --- a/backends/events/sdl/sdl-events.cpp +++ b/backends/events/sdl/sdl-events.cpp @@ -1344,7 +1344,7 @@ bool SdlEventSource::handleResizeEvent(Common::Event &event, int w, int h) { } SDLKey SdlEventSource::obtainKeycode(const SDL_keysym keySym) { -#if !SDL_VERSION_ATLEAST(2, 0, 0) && defined(WIN32) && !defined(_WIN32_WCE) +#if !SDL_VERSION_ATLEAST(2, 0, 0) && defined(WIN32) // WORKAROUND: SDL 1.2 on Windows does not use the user configured keyboard layout, // resulting in "keySym.sym" values to always be those expected for an US keyboard. // For example, SDL returns SDLK_Q when pressing the 'A' key on an AZERTY keyboard. |
