[][src]Crate android_ndk

Android NDK

Bindings to the Android NDK.

Currently has bindings:

  • AInputEvent, AKeyEvent, and AMotionEvent, in the event module
  • ALooper, in the looper module
  • AInputQueue, in the queue module

Modules

event

A wrapper around the NDK's AInputEvent.

looper
queue