SDL: Fix typo in function name

This commit is contained in:
Ori Avtalion 2016-10-18 19:24:51 +03:00
parent d890f99c85
commit fc85eb461d
5 changed files with 8 additions and 8 deletions

View file

@ -848,7 +848,7 @@ bool SdlEventSource::remapKey(SDL_Event &ev, Common::Event &event) {
return false;
}
void SdlEventSource::resetKeyboadEmulation(int16 x_max, int16 y_max) {
void SdlEventSource::resetKeyboardEmulation(int16 x_max, int16 y_max) {
_km.x_max = x_max;
_km.y_max = y_max;
_km.delay_time = 25;