You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
misc: fix stuff up to make SDL example work again
it still behaves weirdly, should probably find some other example since I don't trust my own code.
This commit is contained in:
@@ -31,4 +31,8 @@ public class SensorManager {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public void unregisterListener(final SensorEventListener listener, Sensor sensor) {
|
||||
System.out.println("STUB: andoroid.hw.SensorManager.unregisterListener");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user