Expand description
§Android NDK
Bindings to the Android NDK.
Currently has bindings:
InputEvent,KeyEvent, andMotionEvent, in theeventmoduleLooper, in theloopermoduleInputQueue, in theinput_queuemoduleAssetManager,AssetDir, andAsset, in theassetmoduleNativeActivity, in thenative_activitymoduleConfiguration, in theconfigurationmodulenative_app_glue’sAndroidApp, in theandroid_appmodule
Modules§
- android_
app - Bindings for the
android_appstruct found inandroid_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