diff options
| -rw-r--r-- | sokol_app.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sokol_app.h b/sokol_app.h index 541a4bd7..f683e963 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -241,9 +241,9 @@ return a null pointer. Note that the returned pointers to the render-target-view and depth-stencil-view may change from one frame to the next! - + const void* sapp_android_get_native_activity(void); - On Android, get tne native activity ANativeActivity pointer, otherwise + On Android, get the native activity ANativeActivity pointer, otherwise a null pointer. --- Implement the frame-callback function, this function will be called |