Band-aid for joystick state corruption after foregrounding

This commit is contained in:
Aaron Culliney 2015-12-13 12:44:03 -08:00
parent 2a51a62127
commit f34cf4c384

View File

@ -952,6 +952,8 @@ public enum Apple2Preferences {
for (Apple2Preferences pref : Apple2Preferences.values()) {
pref.load(activity);
}
// HACK FIXME TODO 2015/12/13 : native GLTouchDevice is conflating various things ... forcefully reset the current touch device here for now
Apple2Preferences.CURRENT_TOUCH_DEVICE.load(activity);
}
public static void resetPreferences(Apple2Activity activity) {