Some support for Galaxy Note Gingerbread stylus

This commit is contained in:
pelya
2012-06-13 20:17:26 +03:00
parent dd67bba742
commit 6223e170df
2 changed files with 8 additions and 3 deletions

View File

@@ -206,6 +206,7 @@ class Settings
// And I don't know whether this is true for ICS update for Galaxy Note
Globals.RemapHwKeycode[112] = SDL_1_2_Keycodes.SDLK_UNKNOWN;
}
try {
ObjectInputStream settingsFile = new ObjectInputStream(new FileInputStream( p.getFilesDir().getAbsolutePath() + "/" + SettingsFileName ));