#include <MainAndroid.hpp>
Definition at line 11 of file MainAndroid.hpp.
◆ AndroidApp()
lug::Main::AndroidApp::AndroidApp |
( |
ANativeActivity * |
activity, |
|
|
void * |
savedState, |
|
|
size_t |
savedStateSize |
|
) |
| |
◆ onStart()
void lug::Main::AndroidApp::onStart |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ onResume()
void lug::Main::AndroidApp::onResume |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ onSaveInstanceState()
void * lug::Main::AndroidApp::onSaveInstanceState |
( |
ANativeActivity * |
activity, |
|
|
size_t * |
outSize |
|
) |
| |
|
static |
◆ onPause()
void lug::Main::AndroidApp::onPause |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ onStop()
void lug::Main::AndroidApp::onStop |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ onDestroy()
void lug::Main::AndroidApp::onDestroy |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ onWindowFocusChanged()
void lug::Main::AndroidApp::onWindowFocusChanged |
( |
ANativeActivity * |
activity, |
|
|
int |
hasFocus |
|
) |
| |
|
static |
◆ onNativeWindowCreated()
void lug::Main::AndroidApp::onNativeWindowCreated |
( |
ANativeActivity * |
activity, |
|
|
ANativeWindow * |
window |
|
) |
| |
|
static |
◆ onNativeWindowResized()
void lug::Main::AndroidApp::onNativeWindowResized |
( |
ANativeActivity * |
activity, |
|
|
ANativeWindow * |
window |
|
) |
| |
|
static |
◆ onNativeWindowRedrawNeeded()
void lug::Main::AndroidApp::onNativeWindowRedrawNeeded |
( |
ANativeActivity * |
activity, |
|
|
ANativeWindow * |
window |
|
) |
| |
|
static |
◆ onNativeWindowDestroyed()
void lug::Main::AndroidApp::onNativeWindowDestroyed |
( |
ANativeActivity * |
activity, |
|
|
ANativeWindow * |
window |
|
) |
| |
|
static |
◆ onInputQueueCreated()
void lug::Main::AndroidApp::onInputQueueCreated |
( |
ANativeActivity * |
activity, |
|
|
AInputQueue * |
queue |
|
) |
| |
|
static |
◆ onInputQueueDestroyed()
void lug::Main::AndroidApp::onInputQueueDestroyed |
( |
ANativeActivity * |
activity, |
|
|
AInputQueue * |
queue |
|
) |
| |
|
static |
◆ onContentRectChanged()
void lug::Main::AndroidApp::onContentRectChanged |
( |
ANativeActivity * |
activity, |
|
|
const ARect * |
rect |
|
) |
| |
|
static |
◆ onConfigurationChanged()
void lug::Main::AndroidApp::onConfigurationChanged |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ onLowMemory()
void lug::Main::AndroidApp::onLowMemory |
( |
ANativeActivity * |
activity | ) |
|
|
static |
◆ shutdowApplication()
void lug::Main::AndroidApp::shutdowApplication |
( |
| ) |
|
|
private |
◆ startApplication()
void lug::Main::AndroidApp::startApplication |
( |
| ) |
|
|
private |
◆ _savedState
void* lug::Main::AndroidApp::_savedState |
|
private |
◆ _savedStateSize
size_t lug::Main::AndroidApp::_savedStateSize |
|
private |
The documentation for this class was generated from the following files: