mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 05:43:59 +02:00
- bugfix for esc key
This commit is contained in:
@@ -689,8 +689,11 @@ char Window::getNormalKey(SDL_keysym keysym,bool skipSpecialKeys) {
|
||||
if(keyName == "minus sign" || keyName == "minus") {
|
||||
return vkSubtract;
|
||||
}
|
||||
//if(keyName == "escape") {
|
||||
// return vkEscape;
|
||||
//}
|
||||
if(keyName == "escape") {
|
||||
return vkEscape;
|
||||
return unicodeKey;
|
||||
}
|
||||
if(keyName == "tab") {
|
||||
return vkTab;
|
||||
|
Reference in New Issue
Block a user