Expand description
§Android NDK
Bindings to the Android NDK.
Currently has bindings:
InputEvent
,KeyEvent
, andMotionEvent
, in theevent
moduleLooper
, in thelooper
moduleInputQueue
, in theinput_queue
moduleAssetManager
,AssetDir
, andAsset
, in theasset
moduleNativeActivity
, in thenative_activity
moduleConfiguration
, in theconfiguration
modulenative_app_glue
’sAndroidApp
, in theandroid_app
module
Modules§
- android_
app - Bindings for the
android_app
struct 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