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

Method resize

src/cinder/app/linux/WindowImplLinuxGlfw.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void WindowImplLinux::resize()
235{
236 mAppImpl->setWindow( mWindowRef );
237 mWindowRef->emitResize();
238}
239
240void WindowImplLinux::hideCursor()
241{

Callers 5

initializeMethod · 0.45
runMethod · 0.45
runMethod · 0.45
getHomeDirectoryMethod · 0.45
PlatformLinux.cppFile · 0.45

Calls 2

emitResizeMethod · 0.80
setWindowMethod · 0.45

Tested by

no test coverage detected