diff --git a/freeglut/web-src/docs/android.php b/freeglut/web-src/docs/android.php index 35e6893..283e25d 100644 --- a/freeglut/web-src/docs/android.php +++ b/freeglut/web-src/docs/android.php @@ -8,8 +8,6 @@ setPageTitle("Android"); generateHeader($_SERVER['PHP_SELF']); ?> - -

FreeGLUT 3.0 introduces support for the Android platform.
@@ -26,6 +24,7 @@ generateHeader($_SERVER['PHP_SELF']);

  • Using in your projects
  • Roadmap
  • New API
  • +
  • Notes
  • Links
  • @@ -177,8 +176,10 @@ TODO:
  • Open new windows (if that's possible)
  • Joystick support (xperia play...)
  • Display translucent keys on virtual keypad
  • +
  • API to access raw JVM structure and raw Activity(ies?) + structure
  • API to detect touchscreen presence
  • -
  • API to disable assets extraction
  • +
  • API (or configuration file?) to disable assets extraction
  • Callback to reload OpenGL resources lost during a pause
  • Callback for pause/resume notifications
  • @@ -199,6 +200,46 @@ New functions will be necessary to : (Work In Progress) + +

    Notes

    + + +

    Links