25 #ifndef SFML_NATIVEACTIVITY_HPP 26 #define SFML_NATIVEACTIVITY_HPP 32 #include <SFML/System/Export.hpp> 35 #if !defined(SFML_SYSTEM_ANDROID) 36 #error NativeActivity.hpp: This header is Android only. 40 struct ANativeActivity;
62 #endif // SFML_NATIVEACTIVITY_HPP ANativeActivity * getNativeActivity()
Return a pointer to the Android native activity.