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.
40struct ANativeActivity;
ANativeActivity * getNativeActivity()
Return a pointer to the Android native activity.