MCPcopy Create free account
hub / github.com/OGRECave/ogre / initAppForAndroid

Method initAppForAndroid

Components/Bites/src/OgreApplicationContextAndroid.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ApplicationContextAndroid::initAppForAndroid(AAssetManager* assetMgr, ANativeWindow* window)
38{
39 mAConfig = AConfiguration_new();
40 AConfiguration_fromAssetManager(mAConfig, assetMgr);
41 mAAssetMgr = assetMgr;
42
43 mWindows.resize(1);
44 mWindows[0].native = window;
45
46 initApp();
47}
48
49void ApplicationContextAndroid::_fireInputEventAndroid(AInputEvent* event, int wheel) {
50 Event evt = {0};

Callers 3

handleCmdMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected