Back to project page snappyfrog.
The source code is released under:
Apache License
If you think the Android project snappyfrog listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.masseranolabs.snappyfrog; /* w w w . j a v a2 s .c o m*/ public interface PlatformServices { boolean isSharingAvailable(); boolean shareCurrentScreen(); boolean delayHint(); boolean willResumeAfterShare(); boolean supportsFreetype(); boolean isGamePadButtonPressed(); void initGamePadControllers(); }