Crate ndk[][src]

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

Modules

Bindings for the NDK AAudio Android audio API.

Assets

Bindings for AConfiguration.

A wrapper around the NDK’s AInputEvent.

Bindings for ALooper

Bindings for the NDK media classes.

Bindings for ANativeActivity

Bindings for ANativeWindow

Bindings for the NDK tracing API.