MCPcopy Create free account
hub / github.com/cinder/Cinder / setFullScreen

Method setFullScreen

src/cinder/android/app/CinderNativeActivity.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void CinderNativeActivity::setFullScreen( bool fullScreen )
228{
229 JniHelper::Get()->CallVoidMethod( getInstance()->getJavaObject(), Java::setFullScreen, (jboolean)fullScreen );
230}
231
232void CinderNativeActivity::launchWebBrowser( const Url &url )
233{

Callers

nothing calls this directly

Calls 2

CallVoidMethodMethod · 0.80
getJavaObjectMethod · 0.80

Tested by

no test coverage detected