- ANativeActivity_finish
void ANativeActivity_finish(ANativeActivity* activity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ANativeActivity_hideSoftInput
void ANativeActivity_hideSoftInput(ANativeActivity* activity, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ANativeActivity_onCreate
void ANativeActivity_onCreate(ANativeActivity* activity, void* savedState, size_t savedStateSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ANativeActivity_setWindowFlags
void ANativeActivity_setWindowFlags(ANativeActivity* activity, uint addFlags, uint removeFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ANativeActivity_setWindowFormat
void ANativeActivity_setWindowFormat(ANativeActivity* activity, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ANativeActivity_showSoftInput
void ANativeActivity_showSoftInput(ANativeActivity* activity, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.