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

Method resize

src/cinder/app/android/WindowImplAndroid.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void WindowImplAndroid::resize()
124{
125 mAppImpl->setWindow( mWindowRef );
126 mWindowRef->emitResize();
127}
128
129void WindowImplAndroid::privateClose()
130{

Callers 1

setupMethod · 0.45

Calls 2

emitResizeMethod · 0.80
setWindowMethod · 0.45

Tested by

no test coverage detected