khnguyendinh / libgdx-backend-android-livewallpaper

Automatically exported from code.google.com/p/libgdx-backend-android-livewallpaper
0 stars 0 forks source link

offsetChange not working on HTC Sense #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
By the way congrats on the libgdx-backend-android-livewallpaper

What steps will reproduce the problem?
While developing a Live wallpaper on HTC SENSE the offsetChange seems to be 
called a couple of time when the live wallpaper starts, but then it stops being 
called. 
When i run it on my Asus TF101 the function is called properly whenever  the 
offset changes, this seems to be a HTC SENSE issue.
I've looked around and some devs state that one should enforce offsetChange by 
calling this.setOffsetNotificationsEnabled(enabled) on the live wallaper 
engine. But when i call i'm getting no such method.
How can i achieve this, since LibdgxWallpaperEngine is a wrapper around Engine?

Best Regards

Original issue reported on code.google.com by valter.c...@gmail.com on 21 Jul 2012 at 2:15