Crate android_ndk

Source
Expand description

§Android NDK

Bindings to the Android NDK.

Currently has bindings:

  • InputEvent, KeyEvent, and MotionEvent, in the event module
  • Looper, in the looper module
  • InputQueue, in the input_queue module
  • AssetManager, AssetDir, and Asset, in the asset module
  • NativeActivity, in the native_activity module
  • Configuration, in the configuration module
  • native_app_glue’s AndroidApp, in the android_app module

Modules§

android_app
Bindings for the android_app struct found in android_native_app_glue.c
asset
Assets
configuration
Bindings for AConfiguration.
event
A wrapper around the NDK’s AInputEvent.
input_queue
looper
Bindings for ALooper
native_activity
Bindings for ANativeActivity